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
48f5284c
Commit
48f5284c
authored
Jul 04, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210704.0.28149
parent
90b8e2b4
Pipeline
#9392
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
48f5284c
...
...
@@ -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/v2021070
3
.0.28
074
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/113
3
/download)" && \
sha256sum -c <<< "
b14fcce8ab31f4f7cab053f7247382645e441b863eb4e15fe283f6e9b00fca1c
base-2021070
3
.0.28
074
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
4
.0.28
149
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/113
7
/download)" && \
sha256sum -c <<< "
c7fc86625fdaebcc703e12032c04f36ed4dfaff7b891dcfc85ba1c4b66591e15
base-2021070
4
.0.28
149
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
48f5284c
...
...
@@ -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/v2021070
3
.0.28
074
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/113
5
/download)" && \
sha256sum -c <<< "
a4fb7bce9b0089244101b6cdd341d4aea4cc2656a328d09c21ebc473e8645657
base-devel-2021070
3
.0.28
074
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021070
4
.0.28
149
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/113
9
/download)" && \
sha256sum -c <<< "
e2b10ae8f344d52431ac21307a0ece9fd5d8b6d96893c8f31539fb37dcbb631e
base-devel-2021070
4
.0.28
149
.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