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
db7b3fe8
Commit
db7b3fe8
authored
Dec 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211221.0.42095
parent
4c2badb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
db7b3fe8
...
...
@@ -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/v2021122
0
.0.420
38
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
38
/download")" && \
sha256sum -c <<< "
3cea8528e688ccfc66655359677765d843a761b5fca7f26094d8dc78e63693bd
base-2021122
0
.0.420
38
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021122
1
.0.420
95
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
42
/download")" && \
sha256sum -c <<< "
f628f78935446b3d2d9a9d658200860ffaa42edd978b9d76b2d53a6a0f91a32c
base-2021122
1
.0.420
95
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
db7b3fe8
...
...
@@ -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/v2021122
0
.0.420
38
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/184
0
/download")" && \
sha256sum -c <<< "
b387207c6ab39a2188cc92619f5987985f9dd1bb0bd3ffa9d9a587740469
35c
5
base-devel-2021122
0
.0.420
38
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021122
1
.0.420
95
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/184
4
/download")" && \
sha256sum -c <<< "
e5160258475dad6ee0411978327cef7d43514879d005c5226cc5cd5d695be
35c base-devel-2021122
1
.0.420
95
.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