Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
11ae11af
Commit
11ae11af
authored
Nov 24, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201124.0.9887
parent
cd2db9c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
11ae11af
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
3
.0.98
44
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
4
.0.98
87
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
5
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/22
9
/download)" && \
sha256sum -c <<< "
b50132648c2f69110e4f072198d7
10
d
1c
11388e12b1a7caa3bfbde8ff5cdfcfd
base-2020112
3
.0.98
44
.tar.xz" && \
sha256sum -c <<< "
18a4e06d96f821fa82
101c
c0183ddee5c98d75ed674e62894a1cebc5865c2adf
base-2020112
4
.0.98
87
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
11ae11af
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
3
.0.98
44
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2020112
4
.0.98
87
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
27
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2
31
/download)" && \
sha256sum -c <<< "
679855dbc50b233bf2ef861cf581ee4549733adce898f67582508f01513b6e5
4 base-devel-2020112
3
.0.98
44
.tar.xz" && \
sha256sum -c <<< "
4689c30b48aa16d9ed869d4f4057c4eabb319a40681961014b47f5c1ab92c48
4 base-devel-2020112
4
.0.98
87
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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