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
c104ed36
Commit
c104ed36
authored
Nov 13, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211113.0.39010
parent
bf6835ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c104ed36
...
...
@@ -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
2
.0.3
8957
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
66
/download")" && \
sha256sum -c <<< "
9286222be503a3aa523f25efd22275c1529e4e5f7dfe16e4983b4f8cec59a2e2
base-2021111
2
.0.3
8957
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
3
.0.3
9010
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
70
/download")" && \
sha256sum -c <<< "
10447b70fde40a4a5600cfb1dddd3194f6e08492d2fa49d03e4935151766306f
base-2021111
3
.0.3
9010
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c104ed36
...
...
@@ -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
2
.0.3
8957
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
68
/download")" && \
sha256sum -c <<< "
257c42ca32f444024d2570db590fbcdfc335919d461846e1bafc9a7af63885b4
base-devel-2021111
2
.0.3
8957
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
3
.0.3
9010
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
72
/download")" && \
sha256sum -c <<< "
406e0037deaac89458880202f5abc66670239000c9a2ef57483dd6d498970933
base-devel-2021111
3
.0.3
9010
.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