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
7ed18ce7
Commit
7ed18ce7
authored
Mar 06, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210306.0.16644
parent
bbf02979
Pipeline
#5508
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7ed18ce7
...
...
@@ -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/v2021030
5
.0.166
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/62
1
/download)" && \
sha256sum -c <<< "
ff7c5a70b70c932cadf4517c8ca49d93c065821bb0951d3ff733e555a795e3cb
base-2021030
5
.0.166
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
6
.0.166
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/62
5
/download)" && \
sha256sum -c <<< "
5b27bd02718a7c4faf0e2fcf6e4bc399b2e9b4eaa28e48bf571b9442d64962e3
base-2021030
6
.0.166
44
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7ed18ce7
...
...
@@ -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/v2021030
5
.0.166
10
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/62
3
/download)" && \
sha256sum -c <<< "
404e9019969df67dd6ce76d7f639198579a36b7717e491a750bdb1ba7c725a85
base-devel-2021030
5
.0.166
10
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
6
.0.166
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/62
7
/download)" && \
sha256sum -c <<< "
df58b98ab2667217f5105bc0c37ad3b837dff65b65c39bd97bf67f2a5c6821aa
base-devel-2021030
6
.0.166
44
.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