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
5b72b04f
Commit
5b72b04f
authored
Sep 30, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210930.0.35338
parent
fae1fb12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5b72b04f
...
...
@@ -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/v202109
29
.0.35
289
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/154
2
/download")" && \
sha256sum -c <<< "
501071663c27bc99e671b2d8ff83aa57705939ab7bc5b764cab16973a6ef13fc
base-202109
29
.0.35
289
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202109
30
.0.35
338
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/154
6
/download")" && \
sha256sum -c <<< "
87a987f9e1f81178606029f92570c951d03744d8e17c56f6115bae3fb85688e2
base-202109
30
.0.35
338
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5b72b04f
...
...
@@ -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/v202109
29
.0.35
289
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/154
4
/download")" && \
sha256sum -c <<< "
3dd7cb99a1fcd93613eac53abb8d26cbf5a625aa7abaf1d7af071bcd6ff98694
base-devel-202109
29
.0.35
289
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202109
30
.0.35
338
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/154
8
/download")" && \
sha256sum -c <<< "
599d578c9a16ba459cb48d62845570ccfbe19a5ac99e59fba19a89c621d04397
base-devel-202109
30
.0.35
338
.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