File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 88
99FROM nvcr.io/nvidia/base/ubuntu:noble-20251013
1010
11- ARG DOCKER_VERSION=29.3.0
11+ ARG DOCKER_VERSION=29.3.1
1212ARG BUILDX_VERSION=v0.32.1
1313ARG TARGETARCH
1414
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3434 xz-utils \
3535 jq \
3636 rsync \
37+ && apt-get install -y --only-upgrade gpgv python3 \
3738 && rm -rf /var/lib/apt/lists/*
3839
3940# Install Docker CLI and buildx plugin used by CI jobs
Original file line number Diff line number Diff line change 1515# Pin by tag AND manifest-list digest to prevent silent upstream republishes
1616# from breaking the build. Update both when bumping k3s versions.
1717# To refresh: docker buildx imagetools inspect rancher/k3s:<tag> | head -3
18- ARG K3S_VERSION=v1.35.2 -k3s1
19- ARG K3S_DIGEST=sha256:c3184157c3048112bab0c3e17405991da486cb3413511eba23f7650efd70776b
18+ ARG K3S_VERSION=v1.35.3 -k3s1
19+ ARG K3S_DIGEST=sha256:4607083d3cac07e1ccde7317297271d13ed5f60f35a78f33fcef84858a9f1d69
2020ARG K9S_VERSION=v0.50.18
2121ARG HELM_VERSION=v3.17.3
2222ARG NVIDIA_CONTAINER_TOOLKIT_VERSION=1.18.2-1
@@ -165,7 +165,9 @@ COPY --from=supervisor-builder /build/out/openshell-sandbox /openshell-sandbox
165165FROM nvcr.io/nvidia/base/ubuntu:noble-20251013 AS gateway
166166
167167RUN apt-get update && apt-get install -y --no-install-recommends \
168- ca-certificates && rm -rf /var/lib/apt/lists/*
168+ ca-certificates && \
169+ apt-get install -y --only-upgrade gpgv && \
170+ rm -rf /var/lib/apt/lists/*
169171
170172RUN useradd --create-home --user-group openshell
171173
@@ -230,6 +232,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
230232 iptables \
231233 mount \
232234 dnsutils \
235+ && apt-get install -y --only-upgrade gpgv \
233236 && rm -rf /var/lib/apt/lists/*
234237
235238COPY --from=k3s /bin/ /bin/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ uv = "0.10.2"
2020protoc = " 29.6"
2121helm = " 4.1.1"
2222"ubi:mozilla/sccache" = { version = " 0.14.0" , matching = " sccache-v" }
23- "ubi:anchore/syft" = { version = " 1.42.2 " , matching = " syft_" }
23+ "ubi:anchore/syft" = { version = " 1.42.3 " , matching = " syft_" }
2424"ubi:EmbarkStudios/cargo-about" = " 0.8.4"
2525
2626[env ]
You can’t perform that action at this time.
0 commit comments