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
564ee992
Commit
564ee992
authored
Feb 13, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220213.0.47786
parent
21e74ae3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
564ee992
...
...
@@ -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/v20220213.0.477
47
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
76
/download")" && \
sha256sum -c <<< "
a1c2dddee4d38c7d89aa03636ee30ad89f62b973b57e19b6920cb89505fb5b32
base-20220213.0.477
47
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220213.0.477
86
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
80
/download")" && \
sha256sum -c <<< "
f02cb3d59a3fab3b62dcfee4d4d907c3571a4be5e6a9ca77da697c6a8f15d3c5
base-20220213.0.477
86
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
564ee992
...
...
@@ -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/v20220213.0.477
47
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/20
7
8/download")" && \
sha256sum -c <<< "
dcd531da8a32b1d40927e9102474985a7cfd7b82c5332a1b4bc61087476a4b97
base-devel-20220213.0.477
47
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220213.0.477
86
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/208
2
/download")" && \
sha256sum -c <<< "
2e20ab3c1f62334ea174c888af65282d8c80f0de3d04195ad5ce4eafc259c11e
base-devel-20220213.0.477
86
.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