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
68b39814
Commit
68b39814
authored
Dec 06, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201206.0.10501
parent
61980deb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
68b39814
...
...
@@ -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/v2020120
5
.0.10
477
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
77
/download)" && \
sha256sum -c <<< "
77ca89f604ce84d6a743374b7e76bce2f1b24e0f3c6dc9b38872a606a8a901ec
base-2020120
5
.0.10
477
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
6
.0.10
501
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
81
/download)" && \
sha256sum -c <<< "
3c24ca5813cf5c75b5b3ffb727e2e26818238807370ccf9f4213eb9d981e576e
base-2020120
6
.0.10
501
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
68b39814
...
...
@@ -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/v2020120
5
.0.10
477
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
79
/download)" && \
sha256sum -c <<< "
7fe1e717706443862d0a1d769fa3238c8ff5a4c5ab939e39a5283a90f4e754c7
base-devel-2020120
5
.0.10
477
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020120
6
.0.10
501
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
83
/download)" && \
sha256sum -c <<< "
5b8b3ee07b7bab80336898104d638f6f3df56ccf2a6fc7229cdff5a91456bec6
base-devel-2020120
6
.0.10
501
.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