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
eeef19ae
Commit
eeef19ae
authored
Dec 26, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211226.0.42388
parent
1acb430b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
eeef19ae
...
...
@@ -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/v20211226.0.423
4
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/186
2
/download")" && \
sha256sum -c <<< "
951bf06efec637e1d173af5b03932ff59d1d8a77b766a77d5a8d24587f9a14c3
base-20211226.0.423
4
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211226.0.423
8
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/186
6
/download")" && \
sha256sum -c <<< "
d424170064b4002dfd202c67dea89b13c2f354167a476a94892e1d0dda671dd6
base-20211226.0.423
8
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
eeef19ae
...
...
@@ -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/v20211226.0.423
4
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/186
4
/download")" && \
sha256sum -c <<< "
6f21f3938ca936b034c1d48af7c65ff0d6b3eb4c10b9a77665dffeb5e13b3c02
base-devel-20211226.0.423
4
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211226.0.423
8
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/186
8
/download")" && \
sha256sum -c <<< "
553ab89db0bf663b0ceeac74a164b3d0638c5881472ae9d62b1b1ad6898c5213
base-devel-20211226.0.423
8
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