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
be649069
Commit
be649069
authored
Mar 25, 2021
by
Arch Linux Docker release bot
Browse files
Release 20210325.0.18010
parent
4aaf17f2
Pipeline
#5890
passed with stages
in 1 minute and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
be649069
...
...
@@ -11,7 +11,7 @@ stages:
lint
:
stage
:
lint
image
:
hadolint/hadolint:latest
image
:
hadolint/hadolint:latest
-alpine
# DL3018: We don't need alpine version pins
script
:
hadolint --ignore DL3018 Dockerfile.template
except
:
...
...
Dockerfile.base
View file @
be649069
...
...
@@ -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/v2021032
4
.0.1
7925
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
09
/download)" && \
sha256sum -c <<< "
bfa2f2c6ab181ea20ea8c99c1d6586a9f8c9a4d3cb42c2a73e698ef6bf172b3b
base-2021032
4
.0.1
7925
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
5
.0.1
8010
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/7
13
/download)" && \
sha256sum -c <<< "
0a072fef2d8baf8d7897b9d5ac5279c4f4aa8827a738315b20bd51f1fb5e01de
base-2021032
5
.0.1
8010
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
be649069
...
...
@@ -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/v2021032
4
.0.1
7925
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/71
1
/download)" && \
sha256sum -c <<< "
8b5417a8d8265d072cee46c3e53fbc7a31a0f5e044493b3b4ee4c82d4ad324c
3 base-devel-2021032
4
.0.1
7925
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021032
5
.0.1
8010
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/71
5
/download)" && \
sha256sum -c <<< "
471903a7f81a536768caaa01bcc37846e0d3ec7a442365d4c605ed41bf7ef1e
3 base-devel-2021032
5
.0.1
8010
.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