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
d305ab87
Commit
d305ab87
authored
Jun 29, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210629.0.27360
parent
504372e6
Pipeline
#9165
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
d305ab87
...
...
@@ -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/v2021062
8
.0.27
273
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/111
3
/download)" && \
sha256sum -c <<< "
d62bbc5140a1b32ab3b82342eceadd388cfb6669c44a9d803f5acd65796f9979
base-2021062
8
.0.27
273
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
9
.0.27
360
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/111
7
/download)" && \
sha256sum -c <<< "
66a2e9cc2f5402d365111cc7fde68af13df1d8c1f6a62fdcb9e88da185ff1804
base-2021062
9
.0.27
360
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
d305ab87
...
...
@@ -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/v2021062
8
.0.27
273
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/111
5
/download)" && \
sha256sum -c <<< "1
fc38285303e6e7f0949cd43ea9a5bb857ae8da638abc10c891f3a510358819c
base-devel-2021062
8
.0.27
273
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
9
.0.27
360
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/111
9
/download)" && \
sha256sum -c <<< "1
901968799569554f5bbdd3a913d776a84607557926e975d9fae9d877c38b94d
base-devel-2021062
9
.0.27
360
.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