Skip to content

Commit

Permalink
Bump baseimage from v3.0.1 to v3.0.2 (#15)
Browse files Browse the repository at this point in the history
* Upgrade base images

* Upgrade baseimage to v3.0.2

---------

Co-authored-by: Jari Hodju <[email protected]>
  • Loading branch information
mehmetkillioglu and jari-hodju authored Nov 2, 2023
1 parent a0a1d85 commit 9e67fa5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Given dynamically from CI job.
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.0.1-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.0.2-${TARGETARCH:-amd64} AS builder

# Must be defined another time after "FROM" keyword.
ARG TARGETARCH
Expand All @@ -16,7 +16,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# ▲ runtime ──┐
# └── build ▼

FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.0.1
FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.0.2

ENTRYPOINT [ "/entrypoint.sh" ]

Expand All @@ -28,6 +28,7 @@ RUN apt update \
&& apt install -y \
prometheus-cpp \
civetweb-cpp \
&& apt clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install simplejson pystache

Expand Down

0 comments on commit 9e67fa5

Please sign in to comment.