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
caafd370
Commit
caafd370
authored
Aug 01, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210801.0.30528
parent
42e7b7ed
Pipeline
#10116
passed with stages
in 2 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
caafd370
...
...
@@ -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/v20210
73
1.0.30
345
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/126
1
/download)" && \
sha256sum -c <<< "
4d92c3365db41a8ae3194469f912
a6
7
3d
1a54bdad36d1005f7c9d55d4784d7f8
base-20210
73
1.0.30
345
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
80
1.0.30
528
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/126
5
/download)" && \
sha256sum -c <<< "
ff73d97bd0080bbc65b7ba1e3a433259f58218
a63d
767184d4ed52415a2f8121
base-20210
80
1.0.30
528
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
caafd370
...
...
@@ -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/v20210
73
1.0.30
345
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/126
3
/download)" && \
sha256sum -c <<< "
219dc2e1c5572420462660f41b61ab0904328df8080bd1b5fca8e6a31a71dda1
base-devel-20210
73
1.0.30
345
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210
80
1.0.30
528
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/126
7
/download)" && \
sha256sum -c <<< "
aa95cc4959d8c6cbbb75c8a52988eeacae6a8c942606ad5d664967990548e1a6
base-devel-20210
80
1.0.30
528
.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