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
c791a07c
Commit
c791a07c
authored
Oct 06, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211006.0.35999
parent
7bc12e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c791a07c
...
...
@@ -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/v2021100
5
.0.359
1
9
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/157
0
/download")" && \
sha256sum -c <<< "
09d1e563ebc1711bc966c31f8d84efb17672aa59e2973d333e4e47cdd06159d5
base-2021100
5
.0.359
1
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
6
.0.359
9
9
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/157
4
/download")" && \
sha256sum -c <<< "
261ee5afdc7752e392527f4894e43fbc834f29893b4566029cec98833be28b66
base-2021100
6
.0.359
9
9.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c791a07c
...
...
@@ -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/v2021100
5
.0.359
1
9
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/157
2
/download")" && \
sha256sum -c <<< "
bc9ab74866baa493d45fa6f5b5ef0c935895c7f9e08ef2e9e0eb8b1e428bffcf
base-devel-2021100
5
.0.359
1
9.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021100
6
.0.359
9
9
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/157
6
/download")" && \
sha256sum -c <<< "
5a8580f7a29282dd21041a7b6e3adb4ff12b2bc9152c47eaf1bdf7b25a52f6a0
base-devel-2021100
6
.0.359
9
9.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