Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
c32d851d
Commit
c32d851d
authored
Feb 08, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220208.0.47221
parent
cd37c8a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c32d851d
...
...
@@ -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/v2022020
7
.0.47
086
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/205
2
/download")" && \
sha256sum -c <<< "
659e5cd4b1a2287d791f8cd5a9e8b6771d1a0ea3337e3154b968aae33549437f
base-2022020
7
.0.47
086
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
8
.0.47
221
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/205
6
/download")" && \
sha256sum -c <<< "
702ccdf67303496130a404afc9f5ede5ac94d86cf69c33168ddb579cde03f10d
base-2022020
8
.0.47
221
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c32d851d
...
...
@@ -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/v2022020
7
.0.47
086
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/205
4
/download")" && \
sha256sum -c <<< "
305259f57cc223f1b25e80a2e60df5699fa3f2ef660c86a7d931e2759b04a756
base-devel-2022020
7
.0.47
086
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
8
.0.47
221
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/205
8
/download")" && \
sha256sum -c <<< "
5a4bdf13e6fd9bba24d4882e4bd7334b5449d2b541c230220d9a21fc01e8c254
base-devel-2022020
8
.0.47
221
.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