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
daae8aaa
Commit
daae8aaa
authored
Jan 28, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220128.0.45876
parent
f022b3ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
daae8aaa
...
...
@@ -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
7
.0.4576
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/200
0
/download")" && \
sha256sum -c <<< "
345be96887818bbf4b6110e4f33c986bd395fd9965dc0d72560fb092aa42ce3a
base-2022012
7
.0.4576
1
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
8
.0.45
8
76
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/200
4
/download")" && \
sha256sum -c <<< "
9912b191a42eecd254c649256315b46c462c274c9474fe32f7d9b52e56df10de
base-2022012
8
.0.45
8
76.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
daae8aaa
...
...
@@ -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
7
.0.4576
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/200
2
/download")" && \
sha256sum -c <<< "
5c2ebde888fe1cb58d882ec4031c7d50bf93b3fed103acf2a1d43d7d0923b5f3
base-devel-2022012
7
.0.4576
1
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
8
.0.45
8
76
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
8
76.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