Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
f86323f8
Commit
f86323f8
authored
Jan 06, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220106.0.43330
parent
e2c92b71
Pipeline
#14361
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f86323f8
...
...
@@ -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/v2022010
5
.0.43
254
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/190
6
/download")" && \
sha256sum -c <<< "
b9351d5a40cb8e464651ff75f582ee47a534148594ccde5e627b06e6a18ab69d
base-2022010
5
.0.43
254
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
6
.0.43
330
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
1
0/download")" && \
sha256sum -c <<< "
2221e65d2832c94738c885d8910e1375829807e1f2133c1604f668cf717fd231
base-2022010
6
.0.43
330
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f86323f8
...
...
@@ -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/v2022010
5
.0.43
254
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
08
/download")" && \
sha256sum -c <<< "
588dd89855a2700dcfcc7867f17a81e3540f0d19df306c2f43238b1476a46ef9
base-devel-2022010
5
.0.43
254
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
6
.0.43
330
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
12
/download")" && \
sha256sum -c <<< "
a4e856e11fa86a87af52af7298d2c1df3156d61046a1bc07fed84f93d8aeff60
base-devel-2022010
6
.0.43
330
.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