Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
cd81838e
Commit
cd81838e
authored
Aug 18, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210818.0.31839
parent
1293ba7d
Pipeline
#10468
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cd81838e
...
...
@@ -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/v2021081
7
.0.31
757
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
37
/download)" && \
sha256sum -c <<< "
722bd227a3cf2a7a948487b4e772210f734a9438c739e85d8a48630eecced01b
base-2021081
7
.0.31
757
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
8
.0.31
839
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
41
/download)" && \
sha256sum -c <<< "
44b8afe8d6e50cf9fb4fba90fafcc93306faee122eb3f4e0045104097933120f
base-2021081
8
.0.31
839
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cd81838e
...
...
@@ -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/v2021081
7
.0.31
757
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/133
9
/download)" && \
sha256sum -c <<< "
0b25798b05582a61699ad50e5c62b7a2b4acbb4693c671e8dca29fe259310fd5
base-devel-2021081
7
.0.31
757
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
8
.0.31
839
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
4
3/download)" && \
sha256sum -c <<< "
876e902c65740743697d505934e8b99f4b8b4d5e2425d7dd96172d46f395c4e8
base-devel-2021081
8
.0.31
839
.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