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
3c2ac5e6
Commit
3c2ac5e6
authored
Nov 18, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211118.0.39358
parent
3ba160f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3c2ac5e6
...
...
@@ -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
7
.0.39
286
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/169
0
/download")" && \
sha256sum -c <<< "
fbb86b4c6cde5a0e826a51aa62d55783abec15086a90a595deda4d48ad74c700
base-2021111
7
.0.39
286
.tar.xz" && \
# 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" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3c2ac5e6
...
...
@@ -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
7
.0.39
286
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/169
2
/download")" && \
sha256sum -c <<< "
6ce58c77fa171c3c867abf9fceefec633ff3ea3a8814532f55158468c778fcb4
base-devel-2021111
7
.0.39
286
.tar.xz" && \
# 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
6
/download")" && \
sha256sum -c <<< "
209650b6dfbfafdcf1398132f67e5ce2af7ec406a6ba50203326b7e7f1153929
base-devel-2021111
8
.0.39
358
.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