Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
afe05134
Commit
afe05134
authored
Oct 17, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211017.0.36769
parent
e74725d3
Pipeline
#12112
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
afe05134
...
...
@@ -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/v2021101
6
.0.3669
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
18
/download")" && \
sha256sum -c <<< "
d6fbaf9d0a852ad716ca2dd097e197106755c7d58d18cebefe1867f1ae031530
base-2021101
6
.0.3669
0
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
7
.0.36
7
69
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/16
22
/download")" && \
sha256sum -c <<< "
37a12aab4da23a8468eff41c8987880f7175867a90f84ec1cad6e7283d56b9e2
base-2021101
7
.0.36
7
69.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
afe05134
...
...
@@ -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/v2021101
6
.0.3669
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/162
0
/download")" && \
sha256sum -c <<< "
d0645d07ff2f9b5dd0bb45fe10ec180c28c5f6f993579b19a014ee7ac3c19f52
base-devel-2021101
6
.0.3669
0
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021101
7
.0.36
7
69
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/162
4
/download")" && \
sha256sum -c <<< "
2d2a3ae5c503a832dcff5372b1508ebc950f693accf431a8769855b30e679179
base-devel-2021101
7
.0.36
7
69.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
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