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
a8e4804d
Commit
a8e4804d
authored
Nov 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211119.0.39423
parent
3c2ac5e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a8e4804d
...
...
@@ -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
8
.0.39
358
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/169
4
/download")" && \
sha256sum -c <<< "
49fd335709b46cc5c0114175a58bb0bf84745bd92964237c0d17aaff6978c409
base-2021111
8
.0.39
358
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
9
.0.39
423
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/169
8
/download")" && \
sha256sum -c <<< "
1450f809611aa63c896c5deefe3a8e9a1a04cf9d85a6c40301431eb9fba0925e
base-2021111
9
.0.39
423
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a8e4804d
...
...
@@ -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
8
.0.39
358
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
696
/download")" && \
sha256sum -c <<< "
209650b6dfbfafdcf1398132f67e5ce2af7ec406a6ba50203326b7e7f1153929
base-devel-2021111
8
.0.39
358
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
9
.0.39
423
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
700
/download")" && \
sha256sum -c <<< "
811be10f7da6fc921c2e066c0e6c608f04d429d8a289627a4769fb7ec8de0d31
base-devel-2021111
9
.0.39
423
.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