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
cd37c8a0
Commit
cd37c8a0
authored
Feb 07, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220207.0.47086
parent
b678a295
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cd37c8a0
...
...
@@ -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
6
.0.4
6964
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
48
/download")" && \
sha256sum -c <<< "
85851fc412adc8da4b8924eb88b76ea1fa2a56893a65e9ee1a968196e971cf63
base-2022020
6
.0.4
6964
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
7
.0.4
7086
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
52
/download")" && \
sha256sum -c <<< "
659e5cd4b1a2287d791f8cd5a9e8b6771d1a0ea3337e3154b968aae33549437f
base-2022020
7
.0.4
7086
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cd37c8a0
...
...
@@ -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
6
.0.4
6964
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/205
0
/download")" && \
sha256sum -c <<< "
d96ab11324b664b3441af7b71edef97bced17f64f4e74892973629b3970b4c7c
base-devel-2022020
6
.0.4
6964
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022020
7
.0.4
7086
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.4
7086
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
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