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
d5d7a037
Commit
d5d7a037
authored
Jul 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210727.0.29953
parent
19544342
Pipeline
#9942
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d5d7a037
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
6
.0.299
00
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
7
.0.299
53
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/124
1
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/124
5
/download)" && \
sha256sum -c <<< "
54b24708aa90e7b63cf5d70a8bd3588606ba95ecc188fa2dc094131341d79179
base-2021072
6
.0.299
00
.tar.xz" && \
sha256sum -c <<< "
3e4ce6ccb72b56166fb5bd45457ccc159e4bca03c69c8eea64120c3e6aac42ce
base-2021072
7
.0.299
53
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d5d7a037
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
6
.0.299
00
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
7
.0.299
53
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/124
3
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/124
7
/download)" && \
sha256sum -c <<< "
7e222ebee2702fb087a3
9f
c
e9
8df1b80a85980ee3fa683bfc9e12df713ad9fb5
base-devel-2021072
6
.0.299
00
.tar.xz" && \
sha256sum -c <<< "
5796e4a9a8d4e5765094628060737
9fe9
904a4c5d75c53e0c7a2da6d51c099b3
base-devel-2021072
7
.0.299
53
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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