Skip to content

Commit

Permalink
bump base container tags to 2021-05-31
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed May 31, 2021
1 parent 572eefb commit 006560c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_clang
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# px4-dev-base + latest clang
#

FROM px4io/px4-dev-base-bionic:2021-05-27
FROM px4io/px4-dev-base-bionic:2021-05-31
LABEL maintainer="Daniel Agar <daniel@agar.ca>"

RUN wget --quiet http://apt.llvm.org/llvm-snapshot.gpg.key -O - | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 NuttX development environment in Ubuntu 18.04 Bionic
#

FROM px4io/px4-dev-base-bionic:2021-05-27
FROM px4io/px4-dev-base-bionic:2021-05-31
LABEL maintainer="Daniel Agar <daniel@agar.ca>"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx-focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 NuttX development environment in Ubuntu 20.04 Focal
#

FROM px4io/px4-dev-base-focal:2021-05-27
FROM px4io/px4-dev-base-focal:2021-05-31
LABEL maintainer="Daniel Agar <daniel@agar.ca>"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_nuttx_clang
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Clang + NuttX development environment
#

FROM px4io/px4-dev-clang:2021-05-27
FROM px4io/px4-dev-clang:2021-05-31

RUN dpkg --add-architecture i386 \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_raspi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Raspberry Pi or Parrot Bebop
#

FROM px4io/px4-dev-base-bionic:2021-05-27
FROM px4io/px4-dev-base-bionic:2021-05-31
LABEL maintainer="Michael Schaeuble"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros-melodic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 ROS development environment
#

FROM px4io/px4-dev-simulation-bionic:2021-05-27
FROM px4io/px4-dev-simulation-bionic:2021-05-31
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

ENV ROS_DISTRO melodic
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros-noetic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 ROS development environment
#

FROM px4io/px4-dev-simulation-focal:2021-05-27
FROM px4io/px4-dev-simulation-focal:2021-05-31
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

ENV ROS_DISTRO noetic
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-dashing
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-ros-melodic:2021-05-27
FROM px4io/px4-dev-ros-melodic:2021-05-31
LABEL maintainer="Nuno Marques <nuno.marques@dronesolutions.io>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-eloquent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-ros-melodic:2021-05-27
FROM px4io/px4-dev-ros-melodic:2021-05-31
LABEL maintainer="Nuno Marques <nuno.marques@dronesolutions.io>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-foxy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-ros-noetic:2021-05-27
FROM px4io/px4-dev-ros-noetic:2021-05-31
LABEL maintainer="Nuno Marques <nuno.marques@dronesolutions.io>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-galactic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Based from container under https://github.com/osrf/docker_images/tree/master/ros2/source/devel
#

FROM px4io/px4-dev-base-focal:2021-05-27
FROM px4io/px4-dev-base-focal:2021-05-31
LABEL maintainer="Nuno Marques <nuno.marques@dronesolutions.io>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-rolling
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# stable distribution." - in https://docs.ros.org/en/foxy/Releases/Release-Rolling-Ridley.html
#

FROM px4io/px4-dev-base-focal:2021-05-27
FROM px4io/px4-dev-base-focal:2021-05-31
LABEL maintainer="Nuno Marques <nuno.marques@dronesolutions.io>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_simulation-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Gazebo 9 development environment in Ubuntu 18.04 Bionic
#

FROM px4io/px4-dev-base-bionic:2021-05-27
FROM px4io/px4-dev-base-bionic:2021-05-31
LABEL maintainer="Daniel Agar <daniel@agar.ca>"

RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_simulation-focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 Gazebo 11 development environment in Ubuntu 20.04 Focal
#

FROM px4io/px4-dev-base-focal:2021-05-27
FROM px4io/px4-dev-base-focal:2021-05-31
LABEL maintainer="Nuno Marques <nuno.marques@dronesolutions.io>"

RUN wget --quiet http://packages.osrfoundation.org/gazebo.key -O - | apt-key add - \
Expand Down

0 comments on commit 006560c

Please sign in to comment.