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
47acc187
Commit
47acc187
authored
Jul 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210704.0.28198
parent
48f5284c
Pipeline
#9402
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
47acc187
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210704.0.281
4
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
37
/download)" && \
sha256sum -c <<< "c7
fc86625fdaebcc703e12032c04f36ed4dfaff7b891dcfc85ba1c4b66591e15
base-20210704.0.281
4
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210704.0.2819
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
41
/download)" && \
sha256sum -c <<< "c7
cefe2c2d99876e861dc493f41bfba43c5b94845f6df6be70c1d15ec2ec2896
base-20210704.0.2819
8
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
47acc187
...
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210704.0.281
4
9
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/113
9
/download)" && \
sha256sum -c <<< "
e2b10ae8f344d52431ac21307a0ece9fd5d8b6d96893c8f31539fb37dcbb631e
base-devel-20210704.0.281
4
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210704.0.2819
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
4
3/download)" && \
sha256sum -c <<< "
407c0d5857c2f5e384c4f29861c47074ce0139efe4539ef7a25f6d3f0ef4a837
base-devel-20210704.0.2819
8
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
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