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
35841175
Commit
35841175
authored
Mar 11, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210311.0.17032
parent
0e6f2b85
Pipeline
#5612
passed with stages
in 1 minute and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
35841175
...
...
@@ -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/v2021031
0
.0.1
699
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/64
5
/download)" && \
sha256sum -c <<< "
56ef34efe7b167edde1a58f860de6cd25e168372f40c6b690946bb7b4e28666f
base-2021031
0
.0.1
699
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
1
.0.1
703
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/64
9
/download)" && \
sha256sum -c <<< "
d9bcfd77b23c37b29a565833aab6851bc27d68ad4869b1dadf4630ac07ba19a8
base-2021031
1
.0.1
703
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
35841175
...
...
@@ -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/v2021031
0
.0.1
699
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
47
/download)" && \
sha256sum -c <<< "
13457e64dc419ce51cdc779388efe353a4366475e11e98fe64c2baaf51d5297e
base-devel-2021031
0
.0.1
699
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021031
1
.0.1
703
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
51
/download)" && \
sha256sum -c <<< "
6a5debe0d69d1f0e48bf84f43c03841eadfb0c65e2ded1c7cc15a13cea7532e1
base-devel-2021031
1
.0.1
703
2.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