File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed
Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ cooldown :
8+ default-days : 7
9+
10+ - package-ecosystem : " docker"
11+ directories :
12+ - " /docker"
13+ - " /test"
14+ - " /test/test-dns"
15+ - " /test/test-server"
16+ schedule :
17+ interval : " weekly"
18+ cooldown :
19+ default-days : 7
Original file line number Diff line number Diff line change 1- ARG BUILDKIT_VERSION=v0.28.0
2- ARG BUILDKIT_DIGEST=sha256:37539dd4d60fc70968d164d3850d903a2c56f6402214a1953fbf9fcb81ada731
31ARG CNI_VERSION=v1.9.0
4- ARG ALPINE_RELEASE=3.23
5- ARG ALPINE_DIGEST=sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
62
73# Prepare dependencies
8- FROM alpine:${ALPINE_RELEASE}@${ALPINE_DIGEST} AS deps
4+ FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS deps
95ARG CNI_VERSION
106RUN apk add --no-cache curl gettext && \
117 mkdir -p /opt/cni/bin && \
@@ -14,7 +10,7 @@ RUN apk add --no-cache curl gettext && \
1410 | tar -C /opt/cni/bin -xz ./bridge ./host-local ./loopback
1511
1612# Final image
17- FROM moby/buildkit:${BUILDKIT_VERSION}@${BUILDKIT_DIGEST}
13+ FROM moby/buildkit:v0.28.0@sha256:37539dd4d60fc70968d164d3850d903a2c56f6402214a1953fbf9fcb81ada731
1814
1915LABEL org.opencontainers.image.title="buildcage" \
2016 org.opencontainers.image.description="Secure Docker build environment with network access control" \
You can’t perform that action at this time.
0 commit comments