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
8853cb70
Commit
8853cb70
authored
Jan 31, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220131.0.46206
parent
8e2dc3dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8853cb70
...
...
@@ -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/v2022013
0
.0.46
099
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
16
/download")" && \
sha256sum -c <<< "
73d2a658e8b8562d654bb272c885421fd67614cd6c4b496e840c213b6b0a1d96
base-2022013
0
.0.46
099
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022013
1
.0.46
206
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
20
/download")" && \
sha256sum -c <<< "
2e07974ea1cb50d81a8b8431a37ae05461bb270a76ef02f84af1c2128d3cd8ca
base-2022013
1
.0.46
206
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8853cb70
...
...
@@ -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/v2022013
0
.0.46
099
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
18
/download")" && \
sha256sum -c <<< "
994dc0492ba1603633806f3a30539bccab532b054ef78bad9fe18b43f247bf59
base-devel-2022013
0
.0.46
099
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022013
1
.0.46
206
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
22
/download")" && \
sha256sum -c <<< "
1da8302d794f5a72aaf6dddb46dba380e4acc5316b8703f17583d706979bf055
base-devel-2022013
1
.0.46
206
.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