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
45f85088
Commit
45f85088
authored
Feb 05, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210205.0.15146
parent
a308514b
Pipeline
#5122
passed with stages
in 2 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
45f85088
...
...
@@ -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/v2021020
4
.0.15
099
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/4
8
9/download)" && \
sha256sum -c <<< "
03baa38a007fa511e52c67ced57c7f1aed2d4ed408bea5a985915a3c83bd0dc8
base-2021020
4
.0.15
099
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
5
.0.15
146
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/49
3
/download)" && \
sha256sum -c <<< "
374c436895a27ab37c176e408dd13ebc1a095378a24df5e9d689d0eef22037b2
base-2021020
5
.0.15
146
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
45f85088
...
...
@@ -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/v2021020
4
.0.15
099
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/49
1
/download)" && \
sha256sum -c <<< "
ed376ba38e157ac826eb89b14444e7583b48583b0f0f775a4aa6108381e32be2
base-devel-2021020
4
.0.15
099
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
5
.0.15
146
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/49
5
/download)" && \
sha256sum -c <<< "
198ce4331a98afe627fbcda1272ce5e29714cee3b086be38c0cf7e6f37c1d9a8
base-devel-2021020
5
.0.15
146
.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