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
424fd583
Commit
424fd583
authored
Oct 22, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211022.0.37387
parent
9f833593
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
424fd583
...
...
@@ -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/v2021102
1
.0.37
281
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/164
2
/download")" && \
sha256sum -c <<< "
58530c8b9e8970d62a160ca815c799dc328a0ecf1cd054c4c1d814ca0ffe1f3f
base-2021102
1
.0.37
281
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021102
2
.0.37
387
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/164
6
/download")" && \
sha256sum -c <<< "
4412db0344d557d0482a501337518186158c08396297fad9c79af3019a29949a
base-2021102
2
.0.37
387
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
424fd583
...
...
@@ -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/v2021102
1
.0.37
281
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/164
4
/download")" && \
sha256sum -c <<< "9
98c1b24c1e632ce04712ce312e26ff4a3e694d3065e01d07c1e813f52b51126
base-devel-2021102
1
.0.37
281
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021102
2
.0.37
387
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/164
8
/download")" && \
sha256sum -c <<< "9
6cc3259e23809a0713a9de3f299dcde7966e81669eac52cb354ed21b3b54fad
base-devel-2021102
2
.0.37
387
.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