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
d8592ad7
Commit
d8592ad7
authored
Sep 27, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210927.0.35143
parent
0dbb6a98
Pipeline
#11445
passed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d8592ad7
...
...
@@ -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/v2021092
6
.0.35
09
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/153
0
/download")" && \
sha256sum -c <<< "
60a295e914b1758c3c99b4cc3e8056340f7303091df0054687b6f9aa4e7dd5ea
base-2021092
6
.0.35
09
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
7
.0.35
14
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/153
4
/download")" && \
sha256sum -c <<< "
bf292d694ed88f3efcb037b70594b0e559023474f51251c965f78a70ca669219
base-2021092
7
.0.35
14
3.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d8592ad7
...
...
@@ -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/v2021092
6
.0.35
09
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/153
2
/download")" && \
sha256sum -c <<< "
1d4a4206ad17f01e0453172f497b16b4e6dad3ef6741f35ce95ced6faae5bedb
base-devel-2021092
6
.0.35
09
3.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
7
.0.35
14
3
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/153
6
/download")" && \
sha256sum -c <<< "
c20cf5251e63fca219d55e737f66f6cbb65e4dec73d0590f3e6f0c03d278d635
base-devel-2021092
7
.0.35
14
3.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