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
eaae110a
Commit
eaae110a
authored
Jan 23, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210123.0.14083
parent
e7535b18
Pipeline
#4710
passed with stages
in 2 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
eaae110a
...
...
@@ -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/v2021012
2
.0.140
45
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
29
/download)" && \
sha256sum -c <<< "
aac06aaa22f1ab96f57b97db4b72e4e476d5addd9038fc8c3e2f5c769e90eaff
base-2021012
2
.0.140
45
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
3
.0.140
83
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
33
/download)" && \
sha256sum -c <<< "
8909242a5d1537e691b42901806d982226aa13fe1f1470215072dfa5a686ae4b
base-2021012
3
.0.140
83
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
eaae110a
...
...
@@ -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/v2021012
2
.0.140
45
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/43
1
/download)" && \
sha256sum -c <<< "
602
d05
4
b4
a4f6914ab0a75cbb19cde80a34f091ac0143e7862b75909ad46735b
base-devel-2021012
2
.0.140
45
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021012
3
.0.140
83
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/43
5
/download)" && \
sha256sum -c <<< "
19a065356cc7267530765d91e
d05
0
b4
0f02be54b2073adbd9809a2b3f2e7e4f9
base-devel-2021012
3
.0.140
83
.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