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
6235db3e
Commit
6235db3e
authored
Feb 19, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220219.0.48316
parent
0cadf382
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
6235db3e
...
...
@@ -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/v2022021
8
.0.4816
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/210
0
/download")" && \
sha256sum -c <<< "
bb60bb954cab5e4aded16ded9a644c4b4c2539b0b7d42b62e7707786831af375
base-2022021
8
.0.4816
2
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
9
.0.48
3
16
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/210
4
/download")" && \
sha256sum -c <<< "
c9154a71981d718becc9c87bdc900558f81cb9d1bce0c566b4d1f7cf7d8665e1
base-2022021
9
.0.48
3
16.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
6235db3e
...
...
@@ -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/v2022021
8
.0.4816
2
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/210
2
/download")" && \
sha256sum -c <<< "
6bc40a4207a21e1932096b4fe9672b9bb8bbf7835b53e782c98073ea92ca7100
base-devel-2022021
8
.0.4816
2
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
9
.0.48
3
16
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/210
6
/download")" && \
sha256sum -c <<< "
c493a55909dcbd0bac77e5e7ed1d8315ed5e5250c4ca30f87acf930ae0554e4c
base-devel-2022021
9
.0.48
3
16.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