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
c5b00352
Commit
c5b00352
authored
Mar 14, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210314.0.17195
parent
c97e007f
Pipeline
#5682
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
c5b00352
...
...
@@ -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/v20210314.0.171
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/66
1
/download)" && \
sha256sum -c <<< "
388f61d3c963e20f21e2ef6556a8fc0ea0ba2a170fb0553d2fba4e6e935fe73e
base-20210314.0.171
64
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210314.0.171
95
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/66
5
/download)" && \
sha256sum -c <<< "
84daa7ecf90f8238c14fe8002b8006206af95fd13e484d179863f5d180285723
base-20210314.0.171
95
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
c5b00352
...
...
@@ -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/v20210314.0.171
64
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/66
3
/download)" && \
sha256sum -c <<< "
f61d9c6821ee1b0bef74ef58a00323cec8865ab3d6bce89efd2a05e27604d6c
5 base-devel-20210314.0.171
64
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210314.0.171
95
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/66
7
/download)" && \
sha256sum -c <<< "
dae65dc5ec3feaada702c2270c9cc0ec3aff5c2aaba928287911bcbd3853624
5 base-devel-20210314.0.171
95
.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