Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
d50787c3
Commit
d50787c3
authored
Jun 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210626.0.27093
parent
da6426eb
Pipeline
#9039
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d50787c3
...
...
@@ -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/v2021062
5
.0.2
6969
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
097
/download)" && \
sha256sum -c <<< "
bcce68d1655099289d4ccb2158fa536d8bf4c0c61f77e4b4e10b38786d85a803
base-2021062
5
.0.2
6969
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
6
.0.2
7093
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
101
/download)" && \
sha256sum -c <<< "
23d1eb257f4128499faefc52b9c962886435f897dbcd89e46301bdad2d445476
base-2021062
6
.0.2
7093
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d50787c3
...
...
@@ -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/v2021062
5
.0.2
6969
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
099
/download)" && \
sha256sum -c <<< "
c546f6fb02af525af08694aa400739f9907b568c2cf94ba9bcccc6460d645f99
base-devel-2021062
5
.0.2
6969
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
6
.0.2
7093
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
103
/download)" && \
sha256sum -c <<< "
83454682d819ae1d668768c322942a17a48e00dea6d5c012b4c1a943cc6a14d3
base-devel-2021062
6
.0.2
7093
.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