Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
ce80649a
Commit
ce80649a
authored
Mar 07, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210307.0.16708
parent
7ed18ce7
Pipeline
#5525
passed with stages
in 34 minutes and 5 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
ce80649a
...
...
@@ -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/v2021030
6
.0.16
644
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/62
5
/download)" && \
sha256sum -c <<< "
5b27bd02718a7c4faf0e2fcf6e4bc399b2e9b4eaa28e48bf571b9442d64962e3
base-2021030
6
.0.16
644
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
7
.0.16
708
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/62
9
/download)" && \
sha256sum -c <<< "
17b95f8b183b5d79e784508d83d3a8dad065912ef17ed18850042d3e37cc77b2
base-2021030
7
.0.16
708
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
ce80649a
...
...
@@ -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/v2021030
6
.0.16
644
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
27
/download)" && \
sha256sum -c <<< "
df58b98ab2667217f5105bc0c37ad3b837dff65b65c39bd97bf67f2a5c6821aa
base-devel-2021030
6
.0.16
644
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
7
.0.16
708
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
31
/download)" && \
sha256sum -c <<< "
4f62a9109611a33d702768f7e9eea08a669d84dd04b3041326e9fc499e3e26d7
base-devel-2021030
7
.0.16
708
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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