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
5830ad5b
Commit
5830ad5b
authored
Mar 18, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210318.0.17531
parent
e9ece211
Pipeline
#5772
passed with stages
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5830ad5b
...
...
@@ -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
7
.0.17
479
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
77
/download)" && \
sha256sum -c <<< "
37f7b345a7fcca9d386cf9a1c9f6417fd26e11da5650b0905fe3e5c8013e14ee
base-2021031
7
.0.17
479
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
8
.0.17
531
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
81
/download)" && \
sha256sum -c <<< "
9be25788d38913c1fd7fdfa3b18a36175e33f07b1f15748a1044d097246936f5
base-2021031
8
.0.17
531
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5830ad5b
...
...
@@ -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
7
.0.17
479
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
79
/download)" && \
sha256sum -c <<< "
56e1c9e9ac358b0d881e153ed6a9e9cf9d0c0421db135b90d74d2d31267b5741
base-devel-2021031
7
.0.17
479
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
8
.0.17
531
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
83
/download)" && \
sha256sum -c <<< "
800a57bd910b1d4d81992028bdd7578f00b1cdd7c8fcb41f32865cb0c9d03ce2
base-devel-2021031
8
.0.17
531
.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