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
7cbf93c9
Commit
7cbf93c9
authored
Mar 20, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210320.0.17632
parent
2997f76e
Pipeline
#5800
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7cbf93c9
...
...
@@ -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/v202103
19
.0.17
571
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/68
5
/download)" && \
sha256sum -c <<< "
18fd483db7eac6104512466d92dc61378977e2d13726f0b1037d6a57d9538388
base-202103
19
.0.17
571
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202103
20
.0.17
632
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/68
9
/download)" && \
sha256sum -c <<< "
c1e3736f5f33d64ed5c4ca76e82f1d1274b82bc7295b3a0d731388b67a63217a
base-202103
20
.0.17
632
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7cbf93c9
...
...
@@ -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/v202103
19
.0.17
571
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
87
/download)" && \
sha256sum -c <<< "
b33d8db0a0e29cb4cb9a24b0f346348fe30c106651c756509fb1fd2065beccff
base-devel-202103
19
.0.17
571
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202103
20
.0.17
632
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
91
/download)" && \
sha256sum -c <<< "
ea13e1022bce80002bb417b55fc5ed620a2404104364f036e92de848fb6e29f2
base-devel-202103
20
.0.17
632
.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