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
fae1fb12
Commit
fae1fb12
authored
Sep 29, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210929.0.35289
parent
2b403151
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
fae1fb12
...
...
@@ -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/v2021092
8
.0.352
36
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
38
/download")" && \
sha256sum -c <<< "
9cf3cf429ac6c0aa98d85369cca175b18e333bd2a6b4d166c56d9888c57c97f6
base-2021092
8
.0.352
36
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
9
.0.352
89
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
42
/download")" && \
sha256sum -c <<< "
501071663c27bc99e671b2d8ff83aa57705939ab7bc5b764cab16973a6ef13fc
base-2021092
9
.0.352
89
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
fae1fb12
...
...
@@ -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/v2021092
8
.0.352
36
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/154
0
/download")" && \
sha256sum -c <<< "3
5a21a50698f866c8a35a911c9a0be8eff9fc049de510767b108a8ff4645d4f0
base-devel-2021092
8
.0.352
36
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021092
9
.0.352
89
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/154
4
/download")" && \
sha256sum -c <<< "3
dd7cb99a1fcd93613eac53abb8d26cbf5a625aa7abaf1d7af071bcd6ff98694
base-devel-2021092
9
.0.352
89
.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