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
0d3a9e85
Commit
0d3a9e85
authored
Aug 12, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210812.0.31422
parent
330e5567
Pipeline
#10343
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0d3a9e85
...
...
@@ -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/v2021081
1
.0.31
363
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
09
/download)" && \
sha256sum -c <<< "
8452d896025bc53c8b6c846fcc0c41ba6f5d8c174380db7cbe250246eeb4f840
base-2021081
1
.0.31
363
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
2
.0.31
422
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/13
13
/download)" && \
sha256sum -c <<< "
bfb3e81c106008d350c4b108adbe9f3088bb3ebb81d2b1c876290217deadff8d
base-2021081
2
.0.31
422
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0d3a9e85
...
...
@@ -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/v2021081
1
.0.31
363
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131
1
/download)" && \
sha256sum -c <<< "
c2e9f7f3176bd95a286dcbfb2b25a4752dfb9ba9c8f251797d82308a10ebea8
a base-devel-2021081
1
.0.31
363
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021081
2
.0.31
422
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131
5
/download)" && \
sha256sum -c <<< "
0cbdb61eb5272fede5a69f56c197717c529423d827cb614072409795f148cf6
a base-devel-2021081
2
.0.31
422
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
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