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
cc5c1fda
Commit
cc5c1fda
authored
Feb 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210221.0.15939
parent
3191c0b9
Pipeline
#5317
passed with stages
in 1 minute and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cc5c1fda
...
...
@@ -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/v20210221.0.159
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/56
5
/download)" && \
sha256sum -c <<< "
7f3db437f7831704d6010c9a128bc308e7e207619cd40943d6daca8f08905145
base-20210221.0.159
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210221.0.159
39
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/56
9
/download)" && \
sha256sum -c <<< "
3209fed9900917c83bea6a16fb759061d8cba8b8d77f9328771cbec85eba14f3
base-20210221.0.159
39
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cc5c1fda
...
...
@@ -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/v20210221.0.159
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
6
7/download)" && \
sha256sum -c <<< "
aeb42c8f90ab06774e6f35ed3931815d5e1b24582d6da044f1e38fb4a1f0664a
base-devel-20210221.0.159
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210221.0.159
39
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/57
1
/download)" && \
sha256sum -c <<< "
54c92657200033de309cd87d7a49553d59bcb52b4b9de035bd33bf9797f66f91
base-devel-20210221.0.159
39
.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