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
a42d91c3
Commit
a42d91c3
authored
Mar 07, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210307.0.16744
parent
ce80649a
Pipeline
#5531
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
a42d91c3
...
...
@@ -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/v20210307.0.167
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
29
/download)" && \
sha256sum -c <<< "
17b95f8b183b5d79e784508d83d3a8dad065912ef17ed18850042d3e37cc77b2
base-20210307.0.167
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210307.0.167
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
33
/download)" && \
sha256sum -c <<< "
781f3c261d26ad41096574e14b0cbbefd818c0e756b19d13e3309e23ee02607a
base-20210307.0.167
44
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
a42d91c3
...
...
@@ -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/v20210307.0.167
08
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/63
1
/download)" && \
sha256sum -c <<< "
4f62a9109611a33d702768f7e9eea08a669d84dd04b3041326e9fc499e3e26d7
base-devel-20210307.0.167
08
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210307.0.167
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/63
5
/download)" && \
sha256sum -c <<< "
81a1799b8a7b706f1738349acb1d5eff0666a35ff7740572797a84b0af7f5396
base-devel-20210307.0.167
44
.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