Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
66cb5805
Commit
66cb5805
authored
Nov 18, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201118.0.9436
parent
1d8387cd
Pipeline
#3052
passed with stages
in 2 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
66cb5805
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
3
/download)" && \
sha256sum -c <<< "
3defaf21959b844adaa5e7cfce25e2e879ee5e6e21c77bd5b43f13ec6dc61c0
3 base-2020111
7
.0.9
339
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
7
/download)" && \
sha256sum -c <<< "
f3f88e317e20ec4672ba37a22861bbeace003a0dd76cda9ba96840ed5a44f8d
3 base-2020111
8
.0.9
436
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
66cb5805
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
5
/download)" && \
sha256sum -c <<< "
d4cc060c373daee8d0c0bb9eb830c49b5767f76308eaddfc6ff0bf1fdb56c752
base-devel-2020111
7
.0.9
339
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
9
/download)" && \
sha256sum -c <<< "
39d8f570d9ca2076f2b0c0507a11aaa7c85f7965b545a96d849292f8febd9d34
base-devel-2020111
8
.0.9
436
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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