Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
cd2db9c6
Commit
cd2db9c6
authored
Nov 23, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201123.0.9844
parent
bb00d363
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cd2db9c6
...
...
@@ -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/v20201123.0.98
22
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
1
/download)" && \
sha256sum -c <<< "
1d6fe6086f8fe728cccf70326a4a20f1bebeeedb72fc403dc958622fce1c854f
base-20201123.0.98
22
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201123.0.98
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
5
/download)" && \
sha256sum -c <<< "
b50132648c2f69110e4f072198d710d1c11388e12b1a7caa3bfbde8ff5cdfcfd
base-20201123.0.98
44
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cd2db9c6
...
...
@@ -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/v20201123.0.98
22
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
3
/download)" && \
sha256sum -c <<< "
a01e6319c38a03d7a8bf0fcdfbf064b02b9a4181136211c5a6f12cbc98ebb097
base-devel-20201123.0.98
22
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201123.0.98
44
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
7
/download)" && \
sha256sum -c <<< "
679855dbc50b233bf2ef861cf581ee4549733adce898f67582508f01513b6e54
base-devel-20201123.0.98
44
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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