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
47c2e322
Commit
47c2e322
authored
Apr 29, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210429.0.21010
parent
8890b5d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
47c2e322
...
...
@@ -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/v2021042
8
.0.2
0905
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
37
/download)" && \
sha256sum -c <<< "
ba6d670ba42f3d3ef45a6b223d4dbacf50ccc68e97af12a2a514d3a08e755e50
base-2021042
8
.0.2
0905
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
9
.0.2
1010
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
41
/download)" && \
sha256sum -c <<< "
32fe5ead6866e53e3377a5f54ad59967488f6e2822f647a5bdb38b29f0dea4d2
base-2021042
9
.0.2
1010
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
47c2e322
...
...
@@ -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/v2021042
8
.0.2
0905
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/83
9
/download)" && \
sha256sum -c <<< "5
32167466742432ae2bc5a79e3bd882f06d1d6d4399f7b6b6ba29cf089709a6b
base-devel-2021042
8
.0.2
0905
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
9
.0.2
1010
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
4
3/download)" && \
sha256sum -c <<< "5
e17db74dcdcd1fe83d28a7cce4d513229584eeaf36a13643541fe8d06ff86c4
base-devel-2021042
9
.0.2
1010
.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