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
da7715c5
Commit
da7715c5
authored
Nov 21, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211121.0.39613
parent
d89c332d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
da7715c5
...
...
@@ -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/v2021112
0
.0.39
525
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/170
2
/download")" && \
sha256sum -c <<< "
937c31d4e2f4b597cb183286a1b8ce318a1e0aa9c6398b701f889f73b4a718e9
base-2021112
0
.0.39
525
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
1
.0.39
613
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/170
6
/download")" && \
sha256sum -c <<< "
28445e4d84cf0e57ce6b7dd220236d3b1f62cc9dc8bed02f6291ec17416981dd
base-2021112
1
.0.39
613
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
da7715c5
...
...
@@ -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/v2021112
0
.0.39
525
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/170
4
/download")" && \
sha256sum -c <<< "
7cf98d36c996328eeb5389455f5fb1e12a6acf99b44b8b9fdae12781be79ee81
base-devel-2021112
0
.0.39
525
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021112
1
.0.39
613
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/170
8
/download")" && \
sha256sum -c <<< "
bc8a3405d2f399c72c1fa03015e25914b0da0b762417a3adc96ada5cf1daea40
base-devel-2021112
1
.0.39
613
.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