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
a3a3a3d8
Commit
a3a3a3d8
authored
Jan 22, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220122.0.45197
parent
c1fdf9f7
Pipeline
#15102
passed with stages
in 1 minute and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a3a3a3d8
...
...
@@ -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/v2022012
1
.0.451
28
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/197
2
/download")" && \
sha256sum -c <<< "
8081d5ab5207ddcf1f659af888bb736
9c
a
68
62212f7a81ab89445a10c0ff654e
base-2022012
1
.0.451
28
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
2
.0.451
97
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/197
6
/download")" && \
sha256sum -c <<< "
53072bd76dc825c197
9c
8
68
4c74872504e2a7127c3cdca1d0bfa4235f7e9cb65
base-2022012
2
.0.451
97
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a3a3a3d8
...
...
@@ -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/v2022012
1
.0.451
28
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/197
4
/download")" && \
sha256sum -c <<< "
8e9bd3f96ba0ccc2f23da967326f625a1897a492e783837f133bec1e3fb1f412
base-devel-2022012
1
.0.451
28
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
2
.0.451
97
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/197
8
/download")" && \
sha256sum -c <<< "
dba44392fe2c394c113644edada4e771f13877e19de2636778443d27862aacfd
base-devel-2022012
2
.0.451
97
.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