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
a74a8243
Commit
a74a8243
authored
Nov 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211125.0.39937
parent
87af4786
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a74a8243
...
...
@@ -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
4
.0.39
890
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/172
2
/download")" && \
sha256sum -c <<< "
05883061db5270f75b7c63c0dba20ef68b62f17942b65fdd5ddb3f72f1ca3981
base-2021112
4
.0.39
890
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
5
.0.39
937
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/172
6
/download")" && \
sha256sum -c <<< "
ef3a15d774600845146debc5fbd64a8aea129d12736e71025c78c4f836831752
base-2021112
5
.0.39
937
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a74a8243
...
...
@@ -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
4
.0.39
890
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.39
890
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
5
.0.39
937
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/172
8
/download")" && \
sha256sum -c <<< "
92de880b9d2258e99efe5b5b268e88c9b9eaf01f684705f0366d3bd9a2fd23ea
base-devel-2021112
5
.0.39
937
.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