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
0883f674
Commit
0883f674
authored
Jan 26, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220126.0.45658
parent
99c05245
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0883f674
...
...
@@ -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
5
.0.45
523
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/199
2
/download")" && \
sha256sum -c <<< "
4a016a76427997e5e5ef841fcd09951b5bc7aed792adf29cfa690bdcf4b7ca
c3 base-2022012
5
.0.45
523
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
6
.0.45
658
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/199
6
/download")" && \
sha256sum -c <<< "
1cd679321fa2410116a1a7e06a7f758e06ce25b2645a0d108ae910a993268
c3
8
base-2022012
6
.0.45
658
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0883f674
...
...
@@ -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
5
.0.45
523
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/199
4
/download")" && \
sha256sum -c <<< "
d18ed52fbf708447ecc6f6ab7600ee776363242e601bce1bc60574e050da87ca
base-devel-2022012
5
.0.45
523
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022012
6
.0.45
658
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/199
8
/download")" && \
sha256sum -c <<< "
2d3f6676af8f226e75ace655b301a607241e13f473060ac04cd81cf31628f4ee
base-devel-2022012
6
.0.45
658
.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