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
e2c92b71
Commit
e2c92b71
authored
Jan 05, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220105.0.43254
parent
ad7975d6
Pipeline
#14328
passed with stages
in 1 minute and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e2c92b71
...
...
@@ -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
4
.0.43
196
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/190
2
/download")" && \
sha256sum -c <<< "
011230e6660951187710674c0cc1866db5779defb71abca4f3fbf7e4f1c54da9
base-2022010
4
.0.43
196
.tar.xz" && \
# 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" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e2c92b71
...
...
@@ -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
4
.0.43
196
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/190
4
/download")" && \
sha256sum -c <<< "
3327462a2ad5df2a99f8bfb27f109b0167dc8cbecf6c9726e0f6a0ba762cbcca
base-devel-2022010
4
.0.43
196
.tar.xz" && \
# 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
8
/download")" && \
sha256sum -c <<< "
588dd89855a2700dcfcc7867f17a81e3540f0d19df306c2f43238b1476a46ef9
base-devel-2022010
5
.0.43
254
.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