Skip to content

Commit

Permalink
docker: bump tags to 2019-12-18
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Dec 18, 2019
1 parent ecc7b0e commit 1fcb70f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_armhf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Parrot Bebop, or OcPoC-Zynq
#

FROM px4io/px4-dev-base-bionic:2019-12-04
FROM px4io/px4-dev-base-bionic:2019-12-18

RUN apt-get update && apt-get -yy --quiet --no-install-recommends install \
g++-arm-linux-gnueabihf \
Expand Down
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:2019-12-04
FROM px4io/px4-dev-base-bionic:2019-12-18
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 NuttX development environment
#

FROM px4io/px4-dev-base-bionic:2019-12-04
FROM px4io/px4-dev-base-bionic:2019-12-18
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:2019-12-04
FROM px4io/px4-dev-clang:2019-12-18

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:2019-12-04
FROM px4io/px4-dev-base-bionic:2019-12-18
LABEL maintainer="Michael Schaeuble"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros-kinetic
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-xenial:2019-12-04
FROM px4io/px4-dev-simulation-xenial:2019-12-18
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

ENV ROS_DISTRO kinetic
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:2019-12-04
FROM px4io/px4-dev-simulation-bionic:2019-12-18
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

ENV ROS_DISTRO melodic
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-ardent
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-kinetic:2019-12-04
FROM px4io/px4-dev-ros-kinetic:2019-12-18
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-bouncy
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:2019-12-04
FROM px4io/px4-dev-ros-melodic:2019-12-18
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

# setup environment
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros2-crystal
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:2019-12-04
FROM px4io/px4-dev-ros-melodic:2019-12-18
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

# setup environment
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:2019-12-04
FROM px4io/px4-dev-ros-melodic:2019-12-18
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

# 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:2019-12-04
FROM px4io/px4-dev-ros-melodic:2019-12-18
LABEL maintainer="Nuno Marques <n.marques21@hotmail.com>"

# 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 development environment
#

FROM px4io/px4-dev-base-bionic:2019-12-04
FROM px4io/px4-dev-base-bionic:2019-12-18
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-xenial
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PX4 gazebo development environment
#

FROM px4io/px4-dev-base-xenial:2019-12-04
FROM px4io/px4-dev-base-xenial:2019-12-18
LABEL maintainer="Daniel Agar <daniel@agar.ca>"

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

0 comments on commit 1fcb70f

Please sign in to comment.