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
88451d6d
Commit
88451d6d
authored
Sep 10, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210910.0.34045
parent
06e26c50
Pipeline
#11090
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
88451d6d
...
...
@@ -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
9
.0.3
3989
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/146
2
/download)" && \
sha256sum -c <<< "
ad5a72d51de39ac4b90eb6cb4b8e193b97d921719c5fbc923e77dcedda2d3de0
base-2021090
9
.0.3
3989
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202109
1
0.0.3
4045
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/146
6
/download)" && \
sha256sum -c <<< "
0b23d797d601e86f4dba818722869b8585c345fe736b95f57017d526bc59d771
base-202109
1
0.0.3
4045
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
88451d6d
...
...
@@ -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
9
.0.3
3989
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/146
4
/download)" && \
sha256sum -c <<< "
4a9d0ece53db19f1380d3bab2d9cb49fcfe123879acaf08833a5f2847a5f0a0b
base-devel-2021090
9
.0.3
3989
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202109
1
0.0.3
4045
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/146
8
/download)" && \
sha256sum -c <<< "
5c8ffb108b1ed97eec1723b51d5988b6532fa22e66c66e3038cbe3e9235719e4
base-devel-202109
1
0.0.3
4045
.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