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