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
6ff5cc6b
Commit
6ff5cc6b
authored
Nov 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211122.0.39755
parent
942e70e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
6ff5cc6b
...
...
@@ -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/v2021112
1
.0.39
670
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/171
0
/download")" && \
sha256sum -c <<< "
2c1a7c7af65c6754dbb4e0920e815bd010e0c67592ab4561f580c77bdfd2a
ed
0
base-2021112
1
.0.39
670
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
2
.0.39
755
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/171
4
/download")" && \
sha256sum -c <<< "
66f122a4f0d68c5f986fede4b3b49e4bcc88b1d3e5cd08c57a5ea8a0f16c6e
ed base-2021112
2
.0.39
755
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
6ff5cc6b
...
...
@@ -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/v2021112
1
.0.39
670
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/171
2
/download")" && \
sha256sum -c <<< "
ec295542bc34011c065e94685d196d2fefbc2a83d4d42f767456d95430f5f83e
base-devel-2021112
1
.0.39
670
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
2
.0.39
755
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/171
6
/download")" && \
sha256sum -c <<< "
ff5acf50c2569e7bd7ab05213ce0642a280f3ca9a6c9c9ba49f27d479579792d
base-devel-2021112
2
.0.39
755
.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