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
4526480d
Commit
4526480d
authored
Mar 01, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210301.0.16378
parent
82252804
Pipeline
#5429
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
4526480d
...
...
@@ -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/v20210
228
.0.163
43
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/60
1
/download)" && \
sha256sum -c <<< "
719b6b3fa205c10f1adeb515e4c998886184a0d4a759a179af517f27c504c647
base-20210
228
.0.163
43
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
301
.0.163
78
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/60
5
/download)" && \
sha256sum -c <<< "
d906cd7f7e422c6ccf93b6e4b638dd95cb7242cd0a4272385dcccb215df03906
base-20210
301
.0.163
78
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
4526480d
...
...
@@ -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/v20210
228
.0.163
43
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/60
3
/download)" && \
sha256sum -c <<< "
1afaec29b49e115f21f72ca05a6e887af4389780ef2ae7b818fec25912e8c050
base-devel-20210
228
.0.163
43
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
301
.0.163
78
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/60
7
/download)" && \
sha256sum -c <<< "
2e3ddf3a1d434715c328b32b10a21be17a2297a31e22fc9d0042e3a5a46052f3
base-devel-20210
301
.0.163
78
.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