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
b5a5b883
Commit
b5a5b883
authored
Aug 10, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210810.0.31304
parent
85bb79e9
Pipeline
#10304
passed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b5a5b883
...
...
@@ -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/v2021080
9
.0.31
2
04
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/130
1
/download)" && \
sha256sum -c <<< "
11f43f6bc6722fe43725ee5663ba2f56454f1ba08e22dcf6b74401a36079e94b
base-2021080
9
.0.31
2
04.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202108
1
0.0.31
3
04
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/130
5
/download)" && \
sha256sum -c <<< "
c4b9549c0a460419f013b72e218d2e89902136354da4e80e38add4445c2481c8
base-202108
1
0.0.31
3
04.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b5a5b883
...
...
@@ -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/v2021080
9
.0.31
2
04
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/130
3
/download)" && \
sha256sum -c <<< "
cf715f52f04d684d9778cce4fc4b3ff8d707ac4905f492f56b5d373c2c3a3a52
base-devel-2021080
9
.0.31
2
04.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202108
1
0.0.31
3
04
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/130
7
/download)" && \
sha256sum -c <<< "
9fa7369004da35089778ec1a8d5431276336c0d6dd0b82e00cc64e7d6078255e
base-devel-202108
1
0.0.31
3
04.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
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