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
7baf279a
Commit
7baf279a
authored
Apr 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210427.0.20774
parent
b7315ef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7baf279a
...
...
@@ -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
6
.0.207
12
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
29
/download)" && \
sha256sum -c <<< "
6
cc
c8960f9df325e00ae791277ec3b5ee13ece6d41133c3333815a413c39a315
base-2021042
6
.0.207
12
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
7
.0.207
74
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/8
33
/download)" && \
sha256sum -c <<< "cc
1ccda882b54b7272b478154ae6a9715188e2a30e8e1c0caa3569d3feea5149
base-2021042
7
.0.207
74
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7baf279a
...
...
@@ -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
6
.0.207
12
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/83
1
/download)" && \
sha256sum -c <<< "
0ee2f19225df0950097d71787376f785bce508e128372f57335fa95ea34e2
0d
9
base-devel-2021042
6
.0.207
12
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021042
7
.0.207
74
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/83
5
/download)" && \
sha256sum -c <<< "
4480459c93869708989e08d26f1c75b2376ebd6e23557f86051ae54f985236
0d base-devel-2021042
7
.0.207
74
.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