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
ff577baf
Commit
ff577baf
authored
Oct 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211024.0.37648
parent
72e5f804
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ff577baf
...
...
@@ -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/v20211024.0.37
58
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/165
4
/download")" && \
sha256sum -c <<< "
a0adf7c2798a82099b670bb05dba726d023b5a7c0f92ca79a316d031b8bb0
42
1
base-20211024.0.37
58
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211024.0.37
64
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/165
8
/download")" && \
sha256sum -c <<< "
8f07b360fac8f3ed0a0e46fb5bf1f87812aa097baa86ff7cf611614b58a7b
42
a
base-20211024.0.37
64
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ff577baf
...
...
@@ -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/v20211024.0.37
58
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
5
6/download")" && \
sha256sum -c <<< "
784c056b32641c6c252eb0a453046c95789162b55d2ad136849d8e800c5bceac
base-devel-20211024.0.37
58
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211024.0.37
64
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/166
0
/download")" && \
sha256sum -c <<< "
926ead825f2aafab107b744305e7cd67eef262d642657cad136b16825b37878b
base-devel-20211024.0.37
64
8.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