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
2b736cc8
Commit
2b736cc8
authored
Sep 07, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210907.0.33865
parent
f692687e
Pipeline
#11037
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
2b736cc8
...
...
@@ -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
6
.0.33
7
65
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/145
0
/download)" && \
sha256sum -c <<< "
54cf9f486e535c02b528c97bec5748d9d23cb4942f04684e4b4dd0ee054fa536
base-2021090
6
.0.33
7
65.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
7
.0.33
8
65
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/145
4
/download)" && \
sha256sum -c <<< "
08340ddb4dbfd5b882f123b33e5f09fc5744967d3c5d05a73d735da045dbb9ae
base-2021090
7
.0.33
8
65.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
2b736cc8
...
...
@@ -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
6
.0.33
7
65
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/145
2
/download)" && \
sha256sum -c <<< "
48c0487dbf0b7d846628e311f5ae9164268ca44f15c0956e1c971a0fffb64a8e
base-devel-2021090
6
.0.33
7
65.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021090
7
.0.33
8
65
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/145
6
/download)" && \
sha256sum -c <<< "
e5c6ee192de8d23a48a23962c69ef9a407268f9a9987cf803d2049c73ce03e44
base-devel-2021090
7
.0.33
8
65.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