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
55025f7e
Commit
55025f7e
authored
Mar 27, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220327.0.51328
parent
f6dcc176
Pipeline
#16756
passed with stages
in 1 minute and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
55025f7e
...
@@ -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/v20220327.0.51
292
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220327.0.51
328
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/227
0
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/227
4
/download")" && \
sha256sum -c <<< "
2df75642298f5766b97b8dd11ba465a972b36ae9f7d3e50668e0657c8cac1989
base-20220327.0.51
292
.tar.xz" && \
sha256sum -c <<< "
6876171f9f88b723c0bb18d102266a1a1208480a881330043f07306651990976
base-20220327.0.51
328
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
55025f7e
...
@@ -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/v20220327.0.51
292
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220327.0.51
328
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/227
2
/download")" && \
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/227
6
/download")" && \
sha256sum -c <<< "
ae6427a1aa63147ee05b02d7f709add2c31509ff883b3f89b3f84e914bbec3df
base-devel-20220327.0.51
292
.tar.xz" && \
sha256sum -c <<< "
360c4f6b98f9afb19c33b57a61d838c54ad69942ff5ef95179c23f204fdcdb69
base-devel-20220327.0.51
328
.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
.
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