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
9f0020e4
Commit
9f0020e4
authored
Mar 02, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210302.0.16468
parent
4526480d
Pipeline
#5459
passed with stages
in 1 minute and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
9f0020e4
...
...
@@ -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
1
.0.16
37
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/60
5
/download)" && \
sha256sum -c <<< "
d906cd7f7e422c6ccf93b6e4b638dd95cb7242cd0a4272385dcccb215df03906
base-2021030
1
.0.16
37
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
2
.0.16
46
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/60
9
/download)" && \
sha256sum -c <<< "
17db476c09f7a91e55c83e1328899e3992ee94389e83af6209ff838cdfd27582
base-2021030
2
.0.16
46
8.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
9f0020e4
...
...
@@ -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
1
.0.16
37
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
07
/download)" && \
sha256sum -c <<< "
2e3ddf3a1d434715c328b32b10a21be17a2297a31e22fc9d0042e3a5a46052f3
base-devel-2021030
1
.0.16
37
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021030
2
.0.16
46
8
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/6
11
/download)" && \
sha256sum -c <<< "
81e3e735d8f917183494f73e1d0b9cdbff405cad0bf7e7a7d5499245efea0452
base-devel-2021030
2
.0.16
46
8.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