mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-07 06:37:23 +02:00
DL3018, DL3018: Pin apk package versions, use --no-cache
This commit is contained in:
parent
daa67d1857
commit
1fe6646735
@ -10,7 +10,7 @@
|
|||||||
# allow us to automate the releaes process.
|
# allow us to automate the releaes process.
|
||||||
FROM alpine:3.12 AS verify
|
FROM alpine:3.12 AS verify
|
||||||
COPY TEMPLATE_ROOTFS_FILE /
|
COPY TEMPLATE_ROOTFS_FILE /
|
||||||
RUN apk update && apk add curl bash
|
RUN apk update && apk add --no-cache curl=7.73.0-r0 bash=5.0.18-r0
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
|
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
|
||||||
sha256sum -c <<< "TEMPLATE_ROOTFS_HASH" && \
|
sha256sum -c <<< "TEMPLATE_ROOTFS_HASH" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user