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
8a8f9999
Commit
8a8f9999
authored
Jul 23, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210723.0.29675
parent
c867559c
Pipeline
#9860
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8a8f9999
...
...
@@ -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/v2021072
2
.0.296
13
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/122
1
/download)" && \
sha256sum -c <<< "
13affc6c18ea1c49aced22abede0b71916a7da3534ef01a6b445cf6b6383c84f
base-2021072
2
.0.296
13
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
3
.0.296
75
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/122
5
/download)" && \
sha256sum -c <<< "
8b37ee5c0da7fc2edc443606bc4698a619284fc57b134206238f684dd00cfde1
base-2021072
3
.0.296
75
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8a8f9999
...
...
@@ -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/v2021072
2
.0.296
13
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/122
3
/download)" && \
sha256sum -c <<< "
e8911ea9058f11783ca8b905a486a50cff9128061c4b10367097dc9fd230716b
base-devel-2021072
2
.0.296
13
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021072
3
.0.296
75
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/122
7
/download)" && \
sha256sum -c <<< "
6012123cc9d144b2af4398409e6e9764bd0e5b99df29edea5ae4e97e8918bb34
base-devel-2021072
3
.0.296
75
.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