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
d0671f08
Commit
d0671f08
authored
Feb 27, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220227.0.49054
parent
f8e8111a
Pipeline
#16230
passed with stages
in 1 minute and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d0671f08
...
...
@@ -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/v20220227.0.490
1
5
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/214
0
/download")" && \
sha256sum -c <<< "
651e4b96a5a9def9c4d95b4322f1ca11a2ff15f658781ee4fc81a68c9103e59
d base-20220227.0.490
1
5.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220227.0.4905
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/214
4
/download")" && \
sha256sum -c <<< "
8ac7d5353cbd0dbebd99553e22c3bdfa340004080495708d082db3e189d0fff
d base-20220227.0.4905
4
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d0671f08
...
...
@@ -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/v20220227.0.490
1
5
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/214
2
/download")" && \
sha256sum -c <<< "
4f4c5818b6f56e1265cc92ff8d2cb6b5dc3438c9d464f56cb3574e0d50614c86
base-devel-20220227.0.490
1
5.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220227.0.4905
4
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/214
6
/download")" && \
sha256sum -c <<< "
ef7d6b688244837f5b73d0086bd4dd7894b9197cde043e5d195531d727944735
base-devel-20220227.0.4905
4
.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