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
b9f6dd3d
Commit
b9f6dd3d
authored
Jan 08, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220108.0.43507
parent
28cabe02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
b9f6dd3d
...
...
@@ -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/v2022010
7
.0.43
379
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/191
4
/download")" && \
sha256sum -c <<< "
58402c93e668246da3e31c7cb53835568b87fcf35d9d54a15995d8dfd7229e6c
base-2022010
7
.0.43
379
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
8
.0.43
507
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/191
8
/download")" && \
sha256sum -c <<< "
c96546bf9e5df3e28187e5721c44524bdbb40fcc0df73b3deb31466f3624ff29
base-2022010
8
.0.43
507
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
b9f6dd3d
...
...
@@ -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/v2022010
7
.0.43
379
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
16
/download")" && \
sha256sum -c <<< "
330ea542f9fe19faf615284bb28d047f23a95778d993fa1436d9c738e24f4254
base-devel-2022010
7
.0.43
379
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022010
8
.0.43
507
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/19
20
/download")" && \
sha256sum -c <<< "
53a5657c2a8eb40735a042193086ee61d65821e17f8e2c6a221f93459b4983db
base-devel-2022010
8
.0.43
507
.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