Add TARGETARCH var to frozen images stage
This allows the arch that buildkit passes through to be used for the frozen image downloader. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
46cdcd206c
commit
2036b277a5
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/l
|
|||
jq
|
||||
# Get useful and necessary Hub images so we can "docker load" locally instead of pulling
|
||||
COPY contrib/download-frozen-image-v2.sh /
|
||||
ARG TARGETARCH
|
||||
RUN /download-frozen-image-v2.sh /build \
|
||||
buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 \
|
||||
busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 \
|
||||
|
|
Loading…
Reference in a new issue