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
bdc3eea2
Commit
bdc3eea2
authored
Sep 05, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210905.0.33558
parent
b9e824a2
Pipeline
#10952
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
bdc3eea2
...
...
@@ -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/v2021090
4
.0.33
254
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/144
2
/download)" && \
sha256sum -c <<< "
86eccd0222179426cc905fd746fb36fa1c5800bb2e7dd1fd80cfacd585ceadf0
base-2021090
4
.0.33
254
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
5
.0.33
558
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/144
6
/download)" && \
sha256sum -c <<< "
b6a533b3d7c0c911f682f78fedecfbd44cee7ecfd8677f77a73550c5229c9a8c
base-2021090
5
.0.33
558
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bdc3eea2
...
...
@@ -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/v2021090
4
.0.33
254
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/144
4
/download)" && \
sha256sum -c <<< "
a8f67ff1cfa9f20e701ead6a5a891be4eeebaa15df5d829f6c04249462e400c8
base-devel-2021090
4
.0.33
254
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
5
.0.33
558
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/144
8
/download)" && \
sha256sum -c <<< "
51797f6bc4258e4ace411b5563de3a2bffa4899393f2bad2ef09e701dd76d1fa
base-devel-2021090
5
.0.33
558
.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