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
73010f45
Commit
73010f45
authored
Feb 24, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220224.0.48802
parent
e5c0b51c
Pipeline
#16161
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
73010f45
...
...
@@ -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/v2022022
3
.0.48
671
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/212
4
/download")" && \
sha256sum -c <<< "
c76d14a5c2487cc416cbdb5e557b4aa0bdf2e446b5b91bd63fce03ae802ef4a1
base-2022022
3
.0.48
671
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
4
.0.48
802
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/212
8
/download")" && \
sha256sum -c <<< "
aa32da5ccd570c2b098e531232096548d76c277ec95f49f86223138703a3f09a
base-2022022
4
.0.48
802
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
73010f45
...
...
@@ -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/v2022022
3
.0.48
671
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
26
/download")" && \
sha256sum -c <<< "e
7fc7e17593716bcf69ad98fee909498690423f01d7e935e94f56ed1ee1fdbc0
base-devel-2022022
3
.0.48
671
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
4
.0.48
802
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
30
/download")" && \
sha256sum -c <<< "e
83bbbfd96e5a5f00108aedede6357e693fd999df7dfdd0e1b74e435263f7a58
base-devel-2022022
4
.0.48
802
.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