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
0ffeb3fb
Commit
0ffeb3fb
authored
Sep 12, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210912.0.34160
parent
10113a82
Pipeline
#11124
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0ffeb3fb
...
...
@@ -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/v20210912.0.341
1
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/147
0
/download)" && \
sha256sum -c <<< "5
b21b83a5ea068d287f0daa1e5b6f18a7643e03360d888a01655fe54894e9d4e
base-20210912.0.341
1
0.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210912.0.341
6
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/147
4
/download)" && \
sha256sum -c <<< "5
f26ee33c5e5e53c7b99e3a092d505cc99581a71c414f15545d4207fb7ea809a
base-20210912.0.341
6
0.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0ffeb3fb
...
...
@@ -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/v20210912.0.341
1
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/147
2
/download)" && \
sha256sum -c <<< "
025fe93f972f9ef8b60d965adae20a0a1cf95beed622ff0607c6542c2c151e18
base-devel-20210912.0.341
1
0.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210912.0.341
6
0
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/147
6
/download)" && \
sha256sum -c <<< "
87128d7f14443972325a51eb357f9cda0233cb031d4ca59cf9c406ba0863ac10
base-devel-20210912.0.341
6
0.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