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
35be09ec
Commit
35be09ec
authored
Nov 27, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201127.0.10002
parent
148bc5d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
35be09ec
...
...
@@ -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
6
.0.
9966
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
37
/download)" && \
sha256sum -c <<< "
eef23921feb9d87184fb7e4224a89c5201d2a158dcf7d905304d74fcbaeeba2c
base-2020112
6
.0.
9966
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
7
.0.
10002
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
41
/download)" && \
sha256sum -c <<< "
ac25464a7769ed754d0062c80d7c0424c23420699d9a8718e3787fb1fdbe1e31
base-2020112
7
.0.
10002
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
35be09ec
...
...
@@ -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
6
.0.
9966
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/23
9
/download)" && \
sha256sum -c <<< "
d1a5946ada578d2144eed850f7dd85c4bd142c4341d90893a14117b733d1354a
base-devel-2020112
6
.0.
9966
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
7
.0.
10002
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
4
3/download)" && \
sha256sum -c <<< "
402bf53ca50c118e17dcf12b229deb88714ce322fdff46e7290755f1489b7175
base-devel-2020112
7
.0.
10002
.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