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
b870ca6e
Commit
b870ca6e
authored
Apr 30, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210430.0.21077
parent
47c2e322
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b870ca6e
...
...
@@ -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/v202104
29
.0.210
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/84
1
/download)" && \
sha256sum -c <<< "
32fe5ead6866e53e3377a5f54ad59967488f6e2822f647a5bdb38b29f0dea4d2
base-202104
29
.0.210
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202104
30
.0.210
77
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/84
5
/download)" && \
sha256sum -c <<< "
c7f99b37cebf21c72f8d5f65ebb2ef5b57b4a243eaae86d26edadacc576fcc94
base-202104
30
.0.210
77
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b870ca6e
...
...
@@ -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/v202104
29
.0.210
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/84
3
/download)" && \
sha256sum -c <<< "
5e17db74dcdcd1fe83d28a7cce4d513229584eeaf36a13643541fe8d06f
f86
c4
base-devel-202104
29
.0.210
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202104
30
.0.210
77
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/84
7
/download)" && \
sha256sum -c <<< "
c77e1c692c7e1f13a825c155ca80a489a29b025d4397eb3e411738294a2f8
f86 base-devel-202104
30
.0.210
77
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
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