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
d30d8827
Commit
d30d8827
authored
Jan 17, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220117.0.44640
parent
e0d2e1b7
Pipeline
#14841
passed with stages
in 1 minute and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d30d8827
...
...
@@ -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/v2022011
6
.0.44
468
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/195
0
/download")" && \
sha256sum -c <<< "
76786fbe1616141a68e9d7a963ce85e95ca616116d13fe90e7ceef0ae0b44361
base-2022011
6
.0.44
468
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
7
.0.44
640
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/195
6
/download")" && \
sha256sum -c <<< "
4ffd4250594cd12c8de19f0fdc8def6eea881919a05d615259a4d96e4c7ff0d9
base-2022011
7
.0.44
640
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d30d8827
...
...
@@ -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/v2022011
6
.0.44
468
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/195
2
/download")" && \
sha256sum -c <<< "
517bcbcb583577725991dbf913c64e82008138f324e3a1a9c5f2669a2580aa09
base-devel-2022011
6
.0.44
468
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022011
7
.0.44
640
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/195
8
/download")" && \
sha256sum -c <<< "
9231540d2430cd74317b626362b8884377069831939d933e3c371ec5aa824561
base-devel-2022011
7
.0.44
640
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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