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
fd12be01
Commit
fd12be01
authored
Dec 12, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211212.0.41447
parent
69c66671
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fd12be01
...
...
@@ -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/v20211212.0.41
353
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
798
/download")" && \
sha256sum -c <<< "
2c1da080467d5c86dd2c4b32bf71430f8741c44962f67a0f47a6e1ba4388c0ec
base-20211212.0.41
353
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211212.0.41
447
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
802
/download")" && \
sha256sum -c <<< "
f7e3ead4fbf0bcd23099930e0033e59a7bedb113a2d7770f0ef4de92ce73fc9e
base-20211212.0.41
447
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
fd12be01
...
...
@@ -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/v20211212.0.41
353
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/180
0
/download")" && \
sha256sum -c <<< "
630db46ceef6ac27e8900811d1a9b8fd3bec4b858feaee7fcef9596ff28ba819
base-devel-20211212.0.41
353
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211212.0.41
447
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/180
4
/download")" && \
sha256sum -c <<< "
400541a11db09dc0be98ef1411093291ef1b6e62485fa9418837d9d910c6f44f
base-devel-20211212.0.41
447
.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