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
504d1d80
Commit
504d1d80
authored
Feb 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210222.0.15970
parent
cc5c1fda
Pipeline
#5323
passed with stages
in 1 minute and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
504d1d80
...
...
@@ -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/v2021022
1
.0.159
39
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
69
/download)" && \
sha256sum -c <<< "
3209fed9900917c83bea6a16fb759061
d8
c
ba8b8
d77f9328771cbec85eba14f3
base-2021022
1
.0.159
39
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
2
.0.159
70
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
73
/download)" && \
sha256sum -c <<< "
425ea2253a9c6972d0811a3c99c28022f2238eea82648fe
d8ba8b8
609dda74dd
base-2021022
2
.0.159
70
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
504d1d80
...
...
@@ -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/v2021022
1
.0.159
39
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/57
1
/download)" && \
sha256sum -c <<< "
54c92657200033de309cd87d7a49553d59bcb52b4b9de035bd33bf9797f66f91
base-devel-2021022
1
.0.159
39
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
2
.0.159
70
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/57
5
/download)" && \
sha256sum -c <<< "
e251ad89917e17386967047d242549f87a5b5b5c954b559f08727c895957fc8c
base-devel-2021022
2
.0.159
70
.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