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
b94e8187
Commit
b94e8187
authored
Sep 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210920.0.34735
parent
e661aa6a
Pipeline
#11329
passed with stages
in 1 minute and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b94e8187
...
@@ -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/v202109
19
.0.34
6
73
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202109
20
.0.3473
5
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
498
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
502
/download")" && \
sha256sum -c <<< "
867e4d20a6fbaa22e31602285353bce4d85f64236cb33deb899daa7d4d862566
base-202109
19
.0.34
6
73.tar.xz" && \
sha256sum -c <<< "
9987b6445b51fa5cfc34283b788941ea28a9ca929eadffde14b87b15468c2df1
base-202109
20
.0.3473
5
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b94e8187
...
@@ -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/v202109
19
.0.34
6
73
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202109
20
.0.3473
5
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/150
0
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/150
4
/download")" && \
sha256sum -c <<< "
5896d7321aa9d842059fc235a6dd293bec1a7d0556ca093772b89c432a764951
base-devel-202109
19
.0.34
6
73.tar.xz" && \
sha256sum -c <<< "
b72ef4941cb3fb46f1707e46abebb5f7469b44e63c4da5253fa7320c3ac0c0a5
base-devel-202109
20
.0.3473
5
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${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