Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
87af4786
Commit
87af4786
authored
Nov 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211124.0.39890
parent
4c55594b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
87af4786
...
...
@@ -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/v2021112
3
.0.398
44
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/17
18
/download")" && \
sha256sum -c <<< "
bd0cb60e568c4afbad1dd5bf4b35ee4b340e10a0bee28539445a2b65cc69dd0c
base-2021112
3
.0.398
44
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
4
.0.398
90
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/17
22
/download")" && \
sha256sum -c <<< "
05883061db5270f75b7c63c0dba20ef68b62f17942b65fdd5ddb3f72f1ca3981
base-2021112
4
.0.398
90
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
87af4786
...
...
@@ -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/v2021112
3
.0.398
44
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/172
0
/download")" && \
sha256sum -c <<< "
0c9d5b1c253f89398e18baabe05b89a12c2744780229e47a7bc0ba8727ca9e75
base-devel-2021112
3
.0.398
44
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
4
.0.398
90
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/172
4
/download")" && \
sha256sum -c <<< "
893baa75119c6379de39f96be6a2a27d17866210f54b4ded148ab2b409041bc6
base-devel-2021112
4
.0.398
90
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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