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
e3f76f04
Commit
e3f76f04
authored
Nov 16, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211116.0.39234
parent
8469d014
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
e3f76f04
...
...
@@ -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/v2021111
5
.0.39
165
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/168
2
/download")" && \
sha256sum -c <<< "
6e08aae0827b8dc821b765429d2dbe0e7f8ad8d3adf7a07ac7103743219d9334
base-2021111
5
.0.39
165
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
6
.0.39
234
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/168
6
/download")" && \
sha256sum -c <<< "
f9b98d79552aacc5ab6443f7bfe672d0ff14f03a91386e1ea69d1bd8963ae81e
base-2021111
6
.0.39
234
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
e3f76f04
...
...
@@ -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/v2021111
5
.0.39
165
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/168
4
/download")" && \
sha256sum -c <<< "
38359eed7f3e29ec567e640c97f590943ff17cf52fe911353d1156147af76395
base-devel-2021111
5
.0.39
165
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
6
.0.39
234
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/168
8
/download")" && \
sha256sum -c <<< "
bd92b2468e9063244ac0f316e44807e7eaa8bc1cb37ccdebc68159299597c8a0
base-devel-2021111
6
.0.39
234
.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