Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
667f21d2
Commit
667f21d2
authored
Jan 29, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220129.0.45989
parent
daae8aaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
667f21d2
...
...
@@ -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/v2022012
8
.0.45
876
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/200
4
/download")" && \
sha256sum -c <<< "
9912b191a42eecd254c649256315b46c462c274c9474fe32f7d9b52e56df10d
e base-2022012
8
.0.45
876
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
9
.0.45
989
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/200
8
/download")" && \
sha256sum -c <<< "
8acd91c6ea8f2281f33656d81a43bc57b67463b3eebacddde533f57493f5f78
e base-2022012
9
.0.45
989
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
667f21d2
...
...
@@ -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/v2022012
8
.0.45
876
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/200
6
/download")" && \
sha256sum -c <<< "
97ffda7f3ce1d81ff0820e483ce22cb14e67b52af189e25531b3756e0efc1934
base-devel-2022012
8
.0.45
876
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
9
.0.45
989
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
1
0/download")" && \
sha256sum -c <<< "
d3f5bda9161feda0fe6081362695c7acf4742570667996fb9fae7237614c7f1e
base-devel-2022012
9
.0.45
989
.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