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
0cbfd4b7
Commit
0cbfd4b7
authored
Feb 28, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220228.0.49108
parent
d0671f08
Pipeline
#16242
passed with stages
in 1 minute and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0cbfd4b7
...
...
@@ -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/v2022022
7
.0.49
054
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/214
4
/download")" && \
sha256sum -c <<< "
8ac7d5353cbd0dbebd99553e22c3bdfa340004080495708d082db3e189d0fffd
base-2022022
7
.0.49
054
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
8
.0.49
108
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/214
8
/download")" && \
sha256sum -c <<< "
6237a4950b455c9cdff6e91d706784214f3904bbb2a38977f658db5e83384853
base-2022022
8
.0.49
108
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0cbfd4b7
...
...
@@ -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/v2022022
7
.0.49
054
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
46
/download")" && \
sha256sum -c <<< "
ef7d6b688244837f5b73d0086bd4dd7894b9197cde043e5d195531d72794473
5 base-devel-2022022
7
.0.49
054
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022022
8
.0.49
108
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/21
50
/download")" && \
sha256sum -c <<< "
3f360756e0febc8bf9872101d4bb5f1fae28ca2b9510261b066b363115726a5
5 base-devel-2022022
8
.0.49
108
.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