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
4f93d0b4
Commit
4f93d0b4
authored
Nov 14, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211114.0.39080
parent
0f639277
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4f93d0b4
...
...
@@ -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/v20211114.0.390
41
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/167
4
/download")" && \
sha256sum -c <<< "
c18a04190f9af6c8d60baeb4a69e44d8bb31442830e64e5fa64aa1543f3a16ef
base-20211114.0.390
41
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211114.0.390
80
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/167
8
/download")" && \
sha256sum -c <<< "
9503e8a2343fadcec5f3c394f4fc5169adcb3aeeef13908899588fb7ee1b8007
base-20211114.0.390
80
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4f93d0b4
...
...
@@ -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/v20211114.0.390
41
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
76
/download")" && \
sha256sum -c <<< "
b3723e1aeccf290504f09856e917f1faeb1211ad6e7db748c7ccbcb0a3a0bba6
base-devel-20211114.0.390
41
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211114.0.390
80
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
80
/download")" && \
sha256sum -c <<< "
3288dba1b0281bbe6629ce7be39188ed8834efb9395cd848cb976f9fe9e4479c
base-devel-20211114.0.390
80
.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