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
8645cfd1
Commit
8645cfd1
authored
Jul 30, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210730.0.30215
parent
2db4143b
Pipeline
#10021
passed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8645cfd1
...
...
@@ -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/v202107
29
.0.30
100
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125
3
/download)" && \
sha256sum -c <<< "
9f862060e39de01b1f75aaa201f7949f4d21761e4dce410b3f5d75fcb2855a84
base-202107
29
.0.30
100
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202107
30
.0.30
215
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125
7
/download)" && \
sha256sum -c <<< "
4de8cb20ae471cfe63b9abcb4bcd62e474d4ebbd61b9aa782c331f476351a60e
base-202107
30
.0.30
215
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8645cfd1
...
...
@@ -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/v202107
29
.0.30
100
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125
5
/download)" && \
sha256sum -c <<< "
de9ad6a347c4238f80fc1a4a6e971fb316f83b3545563eade20266a2f872187f
base-devel-202107
29
.0.30
100
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202107
30
.0.30
215
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/125
9
/download)" && \
sha256sum -c <<< "
c0daae339536f9582bdfe769c5a48b78bb29dc6d61d2660ae79ad3473fb90ed5
base-devel-202107
30
.0.30
215
.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