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
2997f76e
Commit
2997f76e
authored
Mar 19, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210319.0.17571
parent
5830ad5b
Pipeline
#5783
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2997f76e
...
...
@@ -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/v2021031
8
.0.175
3
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/68
1
/download)" && \
sha256sum -c <<< "
9be25788d38913c1fd7fdfa3b18a36175e33f07b1f15748a1044d097246936f5
base-2021031
8
.0.175
3
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
9
.0.175
7
1
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-2021031
9
.0.175
7
1.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2997f76e
...
...
@@ -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/v2021031
8
.0.175
3
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/68
3
/download)" && \
sha256sum -c <<< "
800a57bd910b1d4d81992028bdd7578f00b1cdd7c8fcb41f32865cb0c9d03ce2
base-devel-2021031
8
.0.175
3
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
9
.0.175
7
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/68
7
/download)" && \
sha256sum -c <<< "
b33d8db0a0e29cb4cb9a24b0f346348fe30c106651c756509fb1fd2065beccff
base-devel-2021031
9
.0.175
7
1.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