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
5f80f0b8
Commit
5f80f0b8
authored
Feb 14, 2022
by
Arch Linux Docker release bot
Browse files
Release 20220214.0.47854
parent
564ee992
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5f80f0b8
...
...
@@ -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
3
.0.47
786
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/208
0
/download")" && \
sha256sum -c <<< "
f02cb3d59a3fab3b62dcfee4d4d907c3571a4be5e6a9ca77da697c6a8f15d3c5
base-2022021
3
.0.47
786
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
4
.0.47
854
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/208
4
/download")" && \
sha256sum -c <<< "
5d6b8ec2c7240660aae32645bee99fbe22022fe442d2ed641348e1f76552a358
base-2022021
4
.0.47
854
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5f80f0b8
...
...
@@ -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
3
.0.47
786
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/208
2
/download")" && \
sha256sum -c <<< "
2e20ab3c1f62334ea174c888af65282d8c80f0de3d04195ad5ce4eafc259c11e
base-devel-2022021
3
.0.47
786
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2022021
4
.0.47
854
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/208
6
/download")" && \
sha256sum -c <<< "
a856f23f261b8269abb7a816ed2dba360f0a3bc3cb44bdf9a3e28f07e45a2068
base-devel-2022021
4
.0.47
854
.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