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
0f411b12
Commit
0f411b12
authored
Mar 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210322.0.17811
parent
350b7ec9
Pipeline
#5843
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0f411b12
...
...
@@ -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/v2021032
1
.0.17
704
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
697
/download)" && \
sha256sum -c <<< "
ba40e78f4b3a13718618e545ab9064622511b6ddc1661df720a8bb1dc5fbd0bc
base-2021032
1
.0.17
704
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
2
.0.17
811
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
701
/download)" && \
sha256sum -c <<< "
d0a9fdb92fce9244ef95a56d659f3bbcbc1dfa3d6904645a7437e08f0c7843e9
base-2021032
2
.0.17
811
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0f411b12
...
...
@@ -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/v2021032
1
.0.17
704
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
699
/download)" && \
sha256sum -c <<< "
eafd840cb85c607417e41708afa7d83dbed41b86df157ec7406609
25
f
8a
b5624
base-devel-2021032
1
.0.17
704
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
2
.0.17
811
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/
703
/download)" && \
sha256sum -c <<< "
f79ffeb420c1643ee5b120cd0fa87225f570fc6548a378fcf9b3911ca6
25
a
8a
6
base-devel-2021032
2
.0.17
811
.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