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
deb74ebf
Commit
deb74ebf
authored
Apr 10, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220410.0.52530
parent
2ecbf585
Pipeline
#17092
passed with stages
in 1 minute and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
deb74ebf
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
9
.0.52
432
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202204
1
0.0.52
530
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/233
0
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/233
4
/download")" && \
sha256sum -c <<< "
a6e8add4a4da5d563def5290de892b5fb50183f855a4dd7129e0ebbbf6ecfd08
base-2022040
9
.0.52
432
.tar.xz" && \
sha256sum -c <<< "
b286541ebee649536f1999dec25fa76577b7efd0571ec150fd23ee9121455342
base-202204
1
0.0.52
530
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
deb74ebf
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022040
9
.0.52
432
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202204
1
0.0.52
530
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/233
2
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/233
6
/download")" && \
sha256sum -c <<< "
b150a516a37c46973e6c1b6bb7c73daff9bb9839e5a322c9ac722612b129da41
base-devel-2022040
9
.0.52
432
.tar.xz" && \
sha256sum -c <<< "
19a8ea09e024fbd01000f602fbf116d49c2da5e8de4488bb757526ad9dfe91fe
base-devel-202204
1
0.0.52
530
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${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