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
1a88c451
Commit
1a88c451
authored
Feb 24, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210224.0.16091
parent
3b017664
Pipeline
#5354
passed with stages
in 1 minute and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.base
View file @
1a88c451
...
...
@@ -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/v2021022
3
.0.160
3
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
77
/download)" && \
sha256sum -c <<< "
3d0c6c3c125015d41c196a11a987687a8297a29d15c264b521353edf51f65774
base-2021022
3
.0.160
3
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
4
.0.160
9
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
81
/download)" && \
sha256sum -c <<< "
f41f80c8b0ece6914747ab70e5cb8bf2d407c01c786cf189b7c4f86965f4948c
base-2021022
4
.0.160
9
1.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
1a88c451
...
...
@@ -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/v2021022
3
.0.160
3
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
79
/download)" && \
sha256sum -c <<< "
c71b45b08ac2aed6cf45d25b0ac5c79e481db2d1b573c668f4906d725e54ec5b
base-devel-2021022
3
.0.160
3
1.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021022
4
.0.160
9
1
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/5
83
/download)" && \
sha256sum -c <<< "
33e953c0d0d04b306e85634f40bf90314767dbc8831615275d63b4d962f3f9e9
base-devel-2021022
4
.0.160
9
1.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