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
f7436131
Commit
f7436131
authored
Nov 08, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201108.0.8606
parent
5caaec70
Pipeline
#2838
passed with stages
in 2 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
f7436131
...
@@ -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
49
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
53
/download)" && \
sha256sum -c <<< "
6d7806892c9f060e6f9e2495e854dff05f32b230f308966b2b622a4ea5baee25
base-20201108.0.8
567
.tar.xz" && \
sha256sum -c <<< "
a30a07d7d3f3e2e541b6677f91ba0d57388af35548102578ab571a6e11593ede
base-20201108.0.8
606
.tar.xz" && \
mkdir /rootfs && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
f7436131
...
@@ -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/15
1
/download)" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/15
5
/download)" && \
sha256sum -c <<< "
c0a1fb01db30fbad2954d91308bc5813c482e890ae09d4233383fd91832a788b
base-devel-20201108.0.8
567
.tar.xz" && \
sha256sum -c <<< "
66ee96b9aced92c1b14105075cf5d9e86600c41370c575c1f28077389aa8cf28
base-devel-20201108.0.8
606
.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