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
aa607ddd
Commit
aa607ddd
authored
Jun 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210627.0.27153
parent
d50787c3
Pipeline
#9071
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
aa607ddd
...
...
@@ -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
6
.0.27
09
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/110
1
/download)" && \
sha256sum -c <<< "
23d1eb257f4128499faefc52b9c962886435f897dbcd89e46301bdad2d445476
base-2021062
6
.0.27
09
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
7
.0.27
15
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/110
5
/download)" && \
sha256sum -c <<< "
0295446547407700dcd8f5bac28dc838300efa5ed004dba97e3b1cda5ccd241b
base-2021062
7
.0.27
15
3.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
aa607ddd
...
...
@@ -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
6
.0.27
09
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/110
3
/download)" && \
sha256sum -c <<< "
83454682d819ae1d668768c322942a17a48e00dea6d5c012b4c1a943cc6a14d3
base-devel-2021062
6
.0.27
09
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
7
.0.27
15
3
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/110
7
/download)" && \
sha256sum -c <<< "
2c5ec0201d0a7f36bb8ec262b8c2b6e8187b3011ff6705cb770110f005d1ebdf
base-devel-2021062
7
.0.27
15
3.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