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
a68d1a2a
Commit
a68d1a2a
authored
Sep 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210922.0.34840
parent
33f99948
Pipeline
#11357
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a68d1a2a
...
...
@@ -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/v2021092
1
.0.34
791
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/150
6
/download")" && \
sha256sum -c <<< "
d3f0ef1ba82e9d4b39d627a83a9897abf0d41ff09068d66f884aa844243403ec
base-2021092
1
.0.34
791
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
2
.0.34
840
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
1
0/download")" && \
sha256sum -c <<< "
a92cadd9b4087d32496a93f2cecc4d18e03f1060687e44f7da523e3b56fc5205
base-2021092
2
.0.34
840
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a68d1a2a
...
...
@@ -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/v2021092
1
.0.34
791
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
08
/download")" && \
sha256sum -c <<< "
ca21f808f178b03588b67959868a30faf08caedcb05ddf4b3c9fff346b498953
base-devel-2021092
1
.0.34
791
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
2
.0.34
840
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
12
/download")" && \
sha256sum -c <<< "
82e653caf87f1beed82136f5877d7be65c8d5ac66bd921d1bfbf57c66fdcd659
base-devel-2021092
2
.0.34
840
.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