Skip to content

Commit

Permalink
Update working images
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Dec 27, 2023
1 parent e272021 commit c8d38bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dockerfile_images/basic/superbuild-gazebo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ RUN mkdir -p /etc/bash_completion.d/ && \
vim

# Get gazebo from the osrf repo
RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null
RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg &&\
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null &&\
apt-get update &&\
apt-get install -y gz-harmonic

Expand Down
2 changes: 1 addition & 1 deletion dockerfile_images/basic/superbuild-gazebo/conf_build.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[sources]
START_IMG=ubuntu:jammy
$(cat DATE_TAG)
metadata={{steps.get_date.outputs.DATE_HOUR}}
release={{steps.get_version.outputs.VERSION}}
sbtag={{matrix.tag}}

Expand Down
1 change: 1 addition & 0 deletions dockerfile_images/basic/superbuild-icubhead/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ARG CMAKE_EXTRA_OPTIONS=-j4
ARG INSTALL_DIR="/usr/local"
ARG release
ARG sbtag
ARG metadata
ARG METADATA_FILE
ARG ROBOTOLOGY_INITIALIZATION_FILE=/usr/local/bin/setup_robotology_tdd.sh

Expand Down
2 changes: 1 addition & 1 deletion dockerfile_images/basic/superbuild-ros2/conf_build.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[sources]
START_IMG={{env.REGISTRY}}/{{env.REPOSITORY_NAME}}/{{env.IMAGE_PREFIX}}superbuild-icubhead:{{steps.get_version.outputs.VERSION}}{{steps.get_version.outputs.TAG}}_sources
$(cat DATE_TAG)
metadata={{steps.get_date.outputs.DATE_HOUR}}
release={{steps.get_version.outputs.VERSION}}
sbtag={{matrix.tag}}

Expand Down
2 changes: 1 addition & 1 deletion dockerfile_images/demos/moveit-gazebo/conf_build.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[sources]
START_IMG={{env.REGISTRY}}/{{env.REPOSITORY_NAME}}/{{env.IMAGE_PREFIX}}superbuild-ros2:{{steps.get_version.outputs.VERSION}}{{steps.get_version.outputs.TAG}}_sources
$(cat DATE_TAG)
metadata={{steps.get_date.outputs.DATE_HOUR}}
release={{steps.get_version.outputs.VERSION}}
sbtag={{matrix.tag}}

Expand Down

0 comments on commit c8d38bc

Please sign in to comment.