Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
85bb79e9
Commit
85bb79e9
authored
Aug 09, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210809.0.31204
parent
33c2656a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
85bb79e9
...
...
@@ -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/v2021080
8
.0.31
131
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
297
/download)" && \
sha256sum -c <<< "
367740342e6507a5a0cbeb318f70ab4352593308423395e1aadbd8ae6418af17
base-2021080
8
.0.31
131
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
9
.0.31
204
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
301
/download)" && \
sha256sum -c <<< "
11f43f6bc6722fe43725ee5663ba2f56454f1ba08e22dcf6b74401a36079e94b
base-2021080
9
.0.31
204
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
85bb79e9
...
...
@@ -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/v2021080
8
.0.31
131
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
299
/download)" && \
sha256sum -c <<< "
eca791a0af45df937ffdd1c93bb3aa6c505c599211db6e8b67d07b0c30e35aa9
base-devel-2021080
8
.0.31
131
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021080
9
.0.31
204
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
303
/download)" && \
sha256sum -c <<< "
cf715f52f04d684d9778cce4fc4b3ff8d707ac4905f492f56b5d373c2c3a3a52
base-devel-2021080
9
.0.31
204
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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