Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
9eca0225
Commit
9eca0225
authored
Dec 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211219.0.41983
parent
a3fef9f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9eca0225
...
...
@@ -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/v20211219.0.419
44
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/183
0
/download")" && \
sha256sum -c <<< "
30b4748ddb24089d73a65de710591168a40153097da18a175d1b061dafc8acee
base-20211219.0.419
44
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211219.0.419
83
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/183
4
/download")" && \
sha256sum -c <<< "
8d28544824f5a3e159c556d7185f9c6d3ef7e05c4e6bb8567ccef3e035897f91
base-20211219.0.419
83
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9eca0225
...
...
@@ -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/v20211219.0.419
44
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/183
2
/download")" && \
sha256sum -c <<< "
13bda35787fc32041745bf948d6c3f56ec2acc1cecd4e68ab5074f1f18f55f16
base-devel-20211219.0.419
44
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211219.0.419
83
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/183
6
/download")" && \
sha256sum -c <<< "
b3500c49132c2ac3ade187e152ba12954f78ee52966c6a1163f1b17d4e7ac851
base-devel-20211219.0.419
83
.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