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
89783f1d
Commit
89783f1d
authored
Mar 01, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220301.0.49156
parent
0cbfd4b7
Pipeline
#16252
passed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
89783f1d
...
...
@@ -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/v20220
228
.0.491
08
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
48
/download")" && \
sha256sum -c <<< "
6237a4950b455c9cdff6e91d706784214f3904bbb2a38977f658db5e83384853
base-20220
228
.0.491
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220
301
.0.491
56
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
52
/download")" && \
sha256sum -c <<< "
c2c40e36b15729dd0921b71583a98619fdc69062dfc7109eaab59cda574f3442
base-20220
301
.0.491
56
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
89783f1d
...
...
@@ -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/v20220
228
.0.491
08
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/215
0
/download")" && \
sha256sum -c <<< "
3f360756e0febc8bf9872101d4bb5f1fae28ca2b9510261b066b363115726a55
base-devel-20220
228
.0.491
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220
301
.0.491
56
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/215
4
/download")" && \
sha256sum -c <<< "
6a353a3fabb73171f65de36c9fe6c4244388993b81d9769d003baec79a366948
base-devel-20220
301
.0.491
56
.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