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
8e2dc3dc
Commit
8e2dc3dc
authored
Jan 30, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220130.0.46099
parent
2a506edd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
8e2dc3dc
...
...
@@ -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/v20220130.0.460
58
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/201
2
/download")" && \
sha256sum -c <<< "
c65a9f2e0973ddc20a21c56aa1dbb1c4334d49b188a83bcc29f095ee924301b3
base-20220130.0.460
58
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220130.0.460
99
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/201
6
/download")" && \
sha256sum -c <<< "
73d2a658e8b8562d654bb272c885421fd67614cd6c4b496e840c213b6b0a1d96
base-20220130.0.460
99
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
8e2dc3dc
...
...
@@ -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/v20220130.0.460
58
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/201
4
/download")" && \
sha256sum -c <<< "
8bfe8acf7d74ad547ea0e02f1fa4a4b7ff99261ed7aa675d32908be89e60c304
base-devel-20220130.0.460
58
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220130.0.460
99
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/201
8
/download")" && \
sha256sum -c <<< "
994dc0492ba1603633806f3a30539bccab532b054ef78bad9fe18b43f247bf59
base-devel-20220130.0.460
99
.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