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
2b403151
Commit
2b403151
authored
Sep 28, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210928.0.35236
parent
d8592ad7
Pipeline
#11461
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2b403151
...
...
@@ -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
7
.0.35
143
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
143
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
8
.0.35
236
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/153
8
/download")" && \
sha256sum -c <<< "
9cf3cf429ac6c0aa98d85369cca175b18e333bd2a6b4d166c56d9888c57c97f6
base-2021092
8
.0.35
236
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2b403151
...
...
@@ -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
7
.0.35
143
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
36
/download")" && \
sha256sum -c <<< "
c20cf5251e63fca219d55e737f66f6cbb65e4dec73d0590f3e6f0c03d278d635
base-devel-2021092
7
.0.35
143
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
8
.0.35
236
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
40
/download")" && \
sha256sum -c <<< "
35a21a50698f866c8a35a911c9a0be8eff9fc049de510767b108a8ff4645d4f0
base-devel-2021092
8
.0.35
236
.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