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
7d3008d8
Commit
7d3008d8
authored
Feb 08, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210208.0.15265
parent
56049ea1
Pipeline
#5147
passed with stages
in 2 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
7d3008d8
...
...
@@ -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
7
.0.152
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/50
5
/download)" && \
sha256sum -c <<< "
cfb29b3073e6120769d2ad17b61edad228edfa0c09a96cd4fdc570a5e7075ddb
base-2021020
7
.0.152
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
8
.0.152
65
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/50
9
/download)" && \
sha256sum -c <<< "
1cd73b3c7ea74782184938fcc47018f9745f018608eb210d419f43c01374f3fa
base-2021020
8
.0.152
65
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
7d3008d8
...
...
@@ -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
7
.0.152
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
07
/download)" && \
sha256sum -c <<< "
cd7393fcb1053f3b1433d460c49fe559f87ef3373c66013209217d18925e742e
base-devel-2021020
7
.0.152
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021020
8
.0.152
65
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
11
/download)" && \
sha256sum -c <<< "
591fee3b970ae2b8f26319844171968ae76fd4b7205865a8eadb2638d2ae6cca
base-devel-2021020
8
.0.152
65
.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