Skip to content

Commit

Permalink
update baseimage v3.3 in tii-mesh-com.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed Aug 29, 2024
1 parent 8328101 commit f68cbae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
build-args: |
"ARTIFACTORY_CLOUD_TOKEN=${{ secrets.ARTIFACTORY_CLOUD_TOKEN }}"
platforms: linux/amd64,linux/arm64,linux/riscv64
file: ./modules/mesh_com/Dockerfile
push: true
Expand Down
27 changes: 0 additions & 27 deletions common/tools/squid/squid.conf

This file was deleted.

4 changes: 2 additions & 2 deletions modules/mesh_com/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.2.0-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.3.0-${TARGETARCH:-amd64} AS builder

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

FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.2.0
FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.3.0

ENTRYPOINT [ "/entrypoint.sh" ]

Expand Down

0 comments on commit f68cbae

Please sign in to comment.