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
52a75500
Commit
52a75500
authored
Nov 30, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201130.0.10143
parent
539ca1ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
52a75500
...
...
@@ -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/v202011
29
.0.10
087
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/25
3
/download)" && \
sha256sum -c <<< "
c9c83ff5fde32aa2dfb3c86acaccf00d62f997e2ff2aeaf91c5e5da17516c1f4
base-202011
29
.0.10
087
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202011
30
.0.10
143
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/25
7
/download)" && \
sha256sum -c <<< "
abca24a758c73dc5e1bc7ead4fc4f8a07886c64e0ecd0d749d24a6ecc4bd747f
base-202011
30
.0.10
143
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
52a75500
...
...
@@ -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/v202011
29
.0.10
087
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/25
5
/download)" && \
sha256sum -c <<< "
a6448a56764a663201f2fbf8924471f38e21a74ac4c470929664a4bace62dfe5
base-devel-202011
29
.0.10
087
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202011
30
.0.10
143
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/25
9
/download)" && \
sha256sum -c <<< "
150f13eda392b3e5a3b6b12b6853bbd2010cb94c95bafd9eaeea9beb0d849d8c
base-devel-202011
30
.0.10
143
.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