Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
07e3c475
Commit
07e3c475
authored
Dec 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211222.0.42150
parent
db7b3fe8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
07e3c475
...
...
@@ -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/v2021122
1
.0.42
095
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/184
2
/download")" && \
sha256sum -c <<< "
f628f78935446b3d2d9a9d658200860ffaa42edd978b9d76b2d53a6a0f91a32c
base-2021122
1
.0.42
095
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021122
2
.0.42
150
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/184
6
/download")" && \
sha256sum -c <<< "
a2a50a95203e6eb14eade79f8fa5fd1982227e21c498cd8b042c75510b6c808d
base-2021122
2
.0.42
150
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
07e3c475
...
...
@@ -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/v2021122
1
.0.42
095
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/184
4
/download")" && \
sha256sum -c <<< "
e5160258475dad6ee0411978327cef7d43514879d005c5226cc5cd5d695be
35
c
base-devel-2021122
1
.0.42
095
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021122
2
.0.42
150
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/184
8
/download")" && \
sha256sum -c <<< "
362eb1993a15db25e0950e3081041363bc7ed50aee59f45e42ca073a7a4f6
35
1
base-devel-2021122
2
.0.42
150
.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