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
c68ba09b
Commit
c68ba09b
authored
Jun 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210624.0.26829
parent
3db11b6b
Pipeline
#8882
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c68ba09b
...
...
@@ -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/v2021062
3
.0.26
733
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
8
9/download)" && \
sha256sum -c <<< "
aec409492cc647689be7177413a53cac7180845fb13f9bf74985a723258d0214
base-2021062
3
.0.26
733
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
4
.0.26
829
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/109
3
/download)" && \
sha256sum -c <<< "
fe926e3a2f9be6a85bce75eeeec304c100a68eee30bd8aa3867d9d8cfe08f2f8
base-2021062
4
.0.26
829
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c68ba09b
...
...
@@ -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/v2021062
3
.0.26
733
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/109
1
/download)" && \
sha256sum -c <<< "
941f8b13ae3aa795b000d5f472062d3992162629880552cf40d14c7079c9745
a base-devel-2021062
3
.0.26
733
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021062
4
.0.26
829
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/109
5
/download)" && \
sha256sum -c <<< "
89168aa1558239f68903a7e87ee4006b63e0e13f6059dfdcb2c1bacf026b2f0
a base-devel-2021062
4
.0.26
829
.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