Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
5caaec70
Commit
5caaec70
authored
Nov 08, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201108.0.8567
parent
b9b41406
Pipeline
#2828
passed with stages
in 10 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
5caaec70
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
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"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
5
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/14
9
/download)" && \
sha256sum -c <<< "
e566b58115f83df224b42356936877a49edef06450c2d40ff59a255cb4d3af41
base-2020110
7
.0.85
1
7.tar.xz" && \
sha256sum -c <<< "
6d7806892c9f060e6f9e2495e854dff05f32b230f308966b2b622a4ea5baee25
base-2020110
8
.0.85
6
7.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
5caaec70
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
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"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
47
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
51
/download)" && \
sha256sum -c <<< "
a3d5b89de7e908bcb49aefca8c39f9d031322145cd497ed2cebcdb9d592178cf
base-devel-2020110
7
.0.85
1
7.tar.xz" && \
sha256sum -c <<< "
c0a1fb01db30fbad2954d91308bc5813c482e890ae09d4233383fd91832a788b
base-devel-2020110
8
.0.85
6
7.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