Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
0e6f2b85
Commit
0e6f2b85
authored
Mar 10, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210310.0.16992
parent
cf6c2a92
Pipeline
#5603
passed with stages
in 1 minute and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
0e6f2b85
...
...
@@ -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/v2021030
9
.0.169
0
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/64
1
/download)" && \
sha256sum -c <<< "
d3074247204df9724185a48b25f78e71506d6dc6c48bf58360a10e0925e642f0
base-2021030
9
.0.169
0
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202103
1
0.0.169
9
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/64
5
/download)" && \
sha256sum -c <<< "
56ef34efe7b167edde1a58f860de6cd25e168372f40c6b690946bb7b4e28666f
base-202103
1
0.0.169
9
2.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0e6f2b85
...
...
@@ -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/v2021030
9
.0.169
0
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/64
3
/download)" && \
sha256sum -c <<< "
fe7665909b0f3865039f70254b1230aa4276265cc218850a9d457f2cebe5f018
base-devel-2021030
9
.0.169
0
2.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v202103
1
0.0.169
9
2
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/64
7
/download)" && \
sha256sum -c <<< "
13457e64dc419ce51cdc779388efe353a4366475e11e98fe64c2baaf51d5297e
base-devel-202103
1
0.0.169
9
2.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