Skip to content

Commit

Permalink
upgrade to FastRTPS v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex031544 committed Sep 1, 2020
1 parent 4762f94 commit 1e6c299
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TAG_DEBIAN='10-slim'
ARG TAG_FASTRTPS='v2.0.0'
ARG TAG_FASTCDR='v1.0.14'
ARG TAG_FASTRTPS='v2.0.1'
ARG TAG_FASTCDR='v1.0.15'
ARG TAG_FASTRTPSGEN='v1.0.4'
ARG TAG_FOONATHAN='v1.0.0'
ARG NPROC=16
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FastRTPS Docker implementation

[![Image version information][ver_img_v2.0.0]](https://microbadger.com/images/alex031544/fastrtps)
[![Image version information][ver_img_v2.0.1]](https://microbadger.com/images/alex031544/fastrtps)
[![Docker pulls](https://img.shields.io/docker/pulls/alex031544/fastrtps.svg?style=plastic)](https://registry.hub.docker.com/v2/repositories/alex031544/fastrtps/)
[![Docker Stars](https://img.shields.io/docker/stars/alex031544/fastrtps.svg?style=plastic)](https://registry.hub.docker.com/v2/repositories/alex031544/fastrtps/stars/count/)
[![Runtime Image Size information](https://img.shields.io/docker/image-size/alex031544/fastrtps/latest) for Runtime](https://microbadger.com/images/alex031544/fastrtps)
Expand Down Expand Up @@ -223,7 +223,8 @@ Message: HelloWorld with index: 10 SENT

| Runtime Images | Development Images | Example Images | Base OS | [FastRTPS][fastrtps_git_lnk] | [FastCDR][fastcdr_git_lnk] | [FastRTPSGen][fastrtpsgen_git_lnk] |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------- | ------------------------------------- | ------------------------------- | ------------------------------ | ---------------------------------- |
| [![][ver_img_latest]]() [![][size_img_latest]]() [![][layers_img_latest]]() | [![][ver_img_latest-dev]]() [![][size_img_latest-dev]]() [![][layers_img_latest-dev]]() | [![][ver_img_latest-example]]() [![][size_img_latest-example]]() [![][layers_img_latest-example]]() | [Debian 10-slim][os_hub_deb] | [v2.0.0][fastrtps_git_v2.0.0] | [v1.0.14][fastcdr_git_v1.0.14] | [v1.0.4][fastrtpsgen_git_v1.0.4] |
| [![][ver_img_latest]]() [![][size_img_latest]]() [![][layers_img_latest]]() | [![][ver_img_latest-dev]]() [![][size_img_latest-dev]]() [![][layers_img_latest-dev]]() | [![][ver_img_latest-example]]() [![][size_img_latest-example]]() [![][layers_img_latest-example]]() | [Debian 10-slim][os_hub_deb] | [v2.0.1][fastrtps_git_v2.0.1] | [v1.0.15][fastcdr_git_v1.0.15] | [v1.0.4][fastrtpsgen_git_v1.0.4] |
| [![][ver_img_v2.0.1]]() [![][size_img_v2.0.1]]() [![][layers_img_v2.0.1]]() | [![][ver_img_v2.0.1-dev]]() [![][size_img_v2.0.1-dev]]() [![][layers_img_v2.0.1-dev]]() | [![][ver_img_v2.0.1-example]]() [![][size_img_v2.0.1-example]]() [![][layers_img_v2.0.1-example]]() | [Debian 10-slim][os_hub_deb] | [v2.0.1][fastrtps_git_v2.0.1] | [v1.0.15][fastcdr_git_v1.0.15] | [v1.0.4][fastrtpsgen_git_v1.0.4] |
| [![][ver_img_v2.0.0]]() [![][size_img_v2.0.0]]() [![][layers_img_v2.0.0]]() | [![][ver_img_v2.0.0-dev]]() [![][size_img_v2.0.0-dev]]() [![][layers_img_v2.0.0-dev]]() | [![][ver_img_v2.0.0-example]]() [![][size_img_v2.0.0-example]]() [![][layers_img_v2.0.0-example]]() | [Debian 10-slim][os_hub_deb] | [v2.0.0][fastrtps_git_v2.0.0] | [v1.0.14][fastcdr_git_v1.0.14] | [v1.0.4][fastrtpsgen_git_v1.0.4] |
| [![][ver_img_v1.10.0]]() [![][size_img_v1.10.0]]() [![][layers_img_v1.10.0]]() | [![][ver_img_v1.10.0-dev]]() [![][size_img_v1.10.0-dev]]() [![][layers_img_v1.10.0-dev]]() | [![][ver_img_v1.10.0-example]]() [![][size_img_v1.10.0-example]]() [![][layers_img_v1.10.0-example]]() | [Debian 10-slim][os_hub_deb] | [v1.10.0][fastrtps_git_v1.10.0] | [v1.0.13][fastcdr_git_v1.0.13] | [v1.0.4][fastrtpsgen_git_v1.0.4] |
| [![][ver_img_v1.9.4]]() [![][size_img_v1.9.4]]() [![][layers_img_v1.9.4]]() | [![][ver_img_v1.9.4-dev]]() [![][size_img_v1.9.4-dev]]() [![][layers_img_v1.9.4-dev]]() | [![][ver_img_v1.9.4-example]]() [![][size_img_v1.9.4-example]]() [![][layers_img_v1.9.4-example]]() | [Debian 10-slim][os_hub_deb] | [v1.9.4][fastrtps_git_v1.9.4] | [v1.0.13][fastcdr_git_v1.0.13] | [v1.0.3][fastrtpsgen_git_v1.0.3] |
Expand All @@ -241,6 +242,18 @@ Message: HelloWorld with index: 10 SENT
[size_img_latest-example]: https://img.shields.io/docker/image-size/alex031544/fastrtps/latest-example
[layers_img_latest-example]: https://img.shields.io/microbadger/layers/alex031544/fastrtps/latest-example

[ver_img_v2.0.1]: https://images.microbadger.com/badges/version/alex031544/fastrtps:v2.0.1.svg
[size_img_v2.0.1]: https://img.shields.io/docker/image-size/alex031544/fastrtps/v2.0.1
[layers_img_v2.0.1]: https://img.shields.io/microbadger/layers/alex031544/fastrtps/v2.0.1

[ver_img_v2.0.1-dev]: https://images.microbadger.com/badges/version/alex031544/fastrtps:v2.0.1-dev.svg
[size_img_v2.0.1-dev]: https://img.shields.io/docker/image-size/alex031544/fastrtps/v2.0.1-dev
[layers_img_v2.0.1-dev]: https://img.shields.io/microbadger/layers/alex031544/fastrtps/v2.0.1-dev

[ver_img_v2.0.1-example]: https://images.microbadger.com/badges/version/alex031544/fastrtps:v2.0.1-example.svg
[size_img_v2.0.1-example]: https://img.shields.io/docker/image-size/alex031544/fastrtps/v2.0.1-example
[layers_img_v2.0.1-example]: https://img.shields.io/microbadger/layers/alex031544/fastrtps/v2.0.1-example

[ver_img_v2.0.0]: https://images.microbadger.com/badges/version/alex031544/fastrtps:v2.0.0.svg
[size_img_v2.0.0]: https://img.shields.io/docker/image-size/alex031544/fastrtps/v2.0.0
[layers_img_v2.0.0]: https://img.shields.io/microbadger/layers/alex031544/fastrtps/v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/bin/bash

TAG_FASTRTPS='v2.0.0'
TAG_FASTRTPS='v2.0.1'

task () {
echo ""
Expand Down
4 changes: 2 additions & 2 deletions dockerhub/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
################################################################################

ARG TAG_DEBIAN='10-slim'
ARG TAG_FASTRTPS='v2.0.0'
ARG TAG_FASTCDR='v1.0.14'
ARG TAG_FASTRTPS='v2.0.1'
ARG TAG_FASTCDR='v1.0.15'
ARG TAG_FASTRTPSGEN='v1.0.4'
ARG TAG_FOONATHAN='v1.0.0'
ARG NPROC=1
Expand Down
4 changes: 2 additions & 2 deletions dockerhub/Dockerfile.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
################################################################################

ARG TAG_DEBIAN='10-slim'
ARG TAG_FASTRTPS='v2.0.0'
ARG TAG_FASTCDR='v1.0.14'
ARG TAG_FASTRTPS='v2.0.1'
ARG TAG_FASTCDR='v1.0.15'
ARG TAG_FASTRTPSGEN='v1.0.4'
ARG TAG_FOONATHAN='v1.0.0'
ARG NPROC=1
Expand Down
4 changes: 2 additions & 2 deletions dockerhub/Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
################################################################################

ARG TAG_DEBIAN='10-slim'
ARG TAG_FASTRTPS='v2.0.0'
ARG TAG_FASTCDR='v1.0.14'
ARG TAG_FASTRTPS='v2.0.1'
ARG TAG_FASTCDR='v1.0.15'
ARG TAG_FASTRTPSGEN='v1.0.4'
ARG TAG_FOONATHAN='v1.0.0'
ARG NPROC=1
Expand Down

0 comments on commit 1e6c299

Please sign in to comment.