Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
168f3fbe
Commit
168f3fbe
authored
Oct 01, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211001.0.35382
parent
5b72b04f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
168f3fbe
...
...
@@ -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/v2021
0930
.0.353
3
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
46
/download")" && \
sha256sum -c <<< "
87a987f9e1f81178606029f92570c951d03744d8e17c56f6115bae3fb85688e2
base-20210
93
0.0.353
3
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021
1001
.0.3538
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
50
/download")" && \
sha256sum -c <<< "
6b133350fded6578be227b269e7a610fddd40c33f439a478f441322544dd8627
base-2021
1
00
1
.0.3538
2
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
168f3fbe
...
...
@@ -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/v2021
0930
.0.353
3
8
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
48
/download")" && \
sha256sum -c <<< "
599d578c9a16ba459cb48d62845570ccfbe19a5ac99e59fba19a89c621d043
97 base-devel-20210
93
0.0.353
3
8.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021
1001
.0.3538
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
52
/download")" && \
sha256sum -c <<< "
703ea42313b0b3710227f4a5f9c71902921b4c36ebc2f4d6d34bb25f8781e
97
a
base-devel-2021
1
00
1
.0.3538
2
.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