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
cd2f107d
Commit
cd2f107d
authored
Nov 02, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201102.0.8273
parent
69dc35a5
Pipeline
#2733
passed with stages
in 26 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
cd2f107d
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/11
7
/download)" && \
sha256sum -c <<< "
058cf82bfadd1db804add93854025d2f411a5066c74826237b8aeb1812b1b1fb
base-20201102.0.82
61
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
2
1/download)" && \
sha256sum -c <<< "
b8bb33f22540b17930033b6c850ff24029628a1b52155065a3f47120b89f64b5
base-20201102.0.82
73
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
cd2f107d
...
...
@@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
19
/download)" && \
sha256sum -c <<< "e
6b8e112de2c95fd0c52c39cd5b6b515af1073ee71feb04009b30639da64cefb
base-devel-20201102.0.82
61
.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
23
/download)" && \
sha256sum -c <<< "e
c36e6808e0dfd35810c91ee03c81b2a7e429d88452ed0388bf35057b7525a40
base-devel-20201102.0.82
73
.tar.xz" && \
mkdir /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