Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
1fe66467
Verified
Commit
1fe66467
authored
Nov 02, 2020
by
hashworks
Browse files
DL3018, DL3018: Pin apk package versions, use --no-cache
parent
daa67d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.template
View file @
1fe66467
...
...
@@ -10,7 +10,7 @@
# allow us to automate the releaes process.
FROM alpine:3.12 AS verify
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"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
sha256sum -c <<< "TEMPLATE_ROOTFS_HASH" && \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment