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
bb88ba0e
Commit
bb88ba0e
authored
Nov 29, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201129.0.10056
parent
445aa0e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
bb88ba0e
...
...
@@ -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/v2020112
8
.0.100
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
5
/download)" && \
sha256sum -c <<< "
53c46d02e38de2623c5996b1ab4701f68fb26ad0d6974abef8a8327ee72fcf20
base-2020112
8
.0.100
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
9
.0.100
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
9
/download)" && \
sha256sum -c <<< "
aedd675a12ca2721df56f32505cac16f0a12d687b0947eace0a67c4b67a1b10c
base-2020112
9
.0.100
56
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bb88ba0e
...
...
@@ -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/v2020112
8
.0.100
32
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
47
/download)" && \
sha256sum -c <<< "
09f56de421a9b3ea1eb8d7aeb9282024c46e34985a2c2c99c374eb7898a3dcb5
base-devel-2020112
8
.0.100
32
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
9
.0.100
56
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
51
/download)" && \
sha256sum -c <<< "
276b6afb0ee67944155b3c8b81293ae96b6a13995a4a352a483388d4a758cf39
base-devel-2020112
9
.0.100
56
.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