Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
35398506
Commit
35398506
authored
Dec 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211227.0.42443
parent
eeef19ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
35398506
...
...
@@ -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/v2021122
6
.0.42
388
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
66
/download")" && \
sha256sum -c <<< "
d424170064b4002dfd202c67dea89b13c2f354167a476a94892e1d0dda671dd6
base-2021122
6
.0.42
388
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021122
7
.0.42
443
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
70
/download")" && \
sha256sum -c <<< "
4366836df9af512f207c6a833e79d55210deb6a6fdf55e5180064740bfd02c85
base-2021122
7
.0.42
443
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
35398506
...
...
@@ -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/v2021122
6
.0.42
388
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
68
/download")" && \
sha256sum -c <<< "
553ab89db0bf663b0ceeac74a164b3d0638c5881472ae9d62b1b1ad6898c5213
base-devel-2021122
6
.0.42
388
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021122
7
.0.42
443
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/18
72
/download")" && \
sha256sum -c <<< "
c94286d73989279216fa4024989899c39b70ee92f5a5559c93430fb4a6a57f38
base-devel-2021122
7
.0.42
443
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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