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
3f6c3dd1
Commit
3f6c3dd1
authored
Feb 15, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210215.0.15574
parent
aae3e971
Pipeline
#5228
passed with stages
in 2 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
3f6c3dd1
...
...
@@ -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/v2021021
4
.0.155
13
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
37
/download)" && \
sha256sum -c <<< "
1f0577f13424d3fae56a30f60cc2e6735941132df98027e9e5f9bc24252eb692
base-2021021
4
.0.155
13
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
5
.0.155
74
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
41
/download)" && \
sha256sum -c <<< "
253bb43c27a8d414ee7c036a93cc9e24745c3b9f6411e499b8a5b48d86091bf3
base-2021021
5
.0.155
74
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
3f6c3dd1
...
...
@@ -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/v2021021
4
.0.155
13
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/53
9
/download)" && \
sha256sum -c <<< "
9247e7fccf
6c
6
df
0daf746f6203414459cc22337b03700466e1c4ae08a47eaad
base-devel-2021021
4
.0.155
13
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021021
5
.0.155
74
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
4
3/download)" && \
sha256sum -c <<< "
3f0b627e1
6c
8
df
ac09dc71fce251403556a2ddb56d309a38158cf5f7b3c34f2a
base-devel-2021021
5
.0.155
74
.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