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
42e7b7ed
Commit
42e7b7ed
authored
Jul 31, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210731.0.30345
parent
8645cfd1
Pipeline
#10054
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
42e7b7ed
...
...
@@ -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/v2021073
0
.0.30
21
5
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
57
/download)" && \
sha256sum -c <<< "4d
e8cb20ae471cfe63b9abcb4bcd62e474d4ebbd61b9aa782c331f476351a60e
base-2021073
0
.0.30
21
5.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021073
1
.0.30
34
5
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
61
/download)" && \
sha256sum -c <<< "4d
92c3365db41a8ae3194469f912a673d1a54bdad36d1005f7c9d55d4784d7f8
base-2021073
1
.0.30
34
5.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
42e7b7ed
...
...
@@ -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/v2021073
0
.0.30
21
5
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
59
/download)" && \
sha256sum -c <<< "
c0daae339536f9582bdfe769c5a48b78bb29dc6d61d2660ae79ad3473fb90ed5
base-devel-2021073
0
.0.30
21
5.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021073
1
.0.30
34
5
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/12
63
/download)" && \
sha256sum -c <<< "
219dc2e1c5572420462660f41b61ab0904328df8080bd1b5fca8e6a31a71dda1
base-devel-2021073
1
.0.30
34
5.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