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
445aa0e3
Commit
445aa0e3
authored
Nov 28, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201128.0.10032
parent
35be09ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
445aa0e3
...
...
@@ -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
7
.0.100
0
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
1
/download)" && \
sha256sum -c <<< "
ac25464a7769ed754d0062c80d7c0424c23420699d9a8718e3787fb1fdbe1e31
base-2020112
7
.0.100
0
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
8
.0.100
3
2
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
3
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
445aa0e3
...
...
@@ -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
7
.0.100
0
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
3
/download)" && \
sha256sum -c <<< "
402bf53ca50c118e17dcf12b229deb88714ce322fdff46e7290755f1489b717
5 base-devel-2020112
7
.0.100
0
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
8
.0.100
3
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/24
7
/download)" && \
sha256sum -c <<< "
09f56de421a9b3ea1eb8d7aeb9282024c46e34985a2c2c99c374eb7898a3dcb
5 base-devel-2020112
8
.0.100
3
2.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