Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
bf6835ea
Commit
bf6835ea
authored
Nov 12, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211112.0.38957
parent
9d984c41
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bf6835ea
...
...
@@ -92,7 +92,7 @@ rootfs:secure:
.image
:
stage
:
image
image
:
name
:
gcr.io/kaniko-project/executor:debug
name
:
gcr.io/kaniko-project/executor:
v1.7.0-
debug
entrypoint
:
[
"
"
]
script
:
-
/kaniko/executor
...
...
Dockerfile.base
View file @
bf6835ea
...
...
@@ -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/v20211
025
.0.3
7732
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/166
2
/download")" && \
sha256sum -c <<< "
56510ed304b1f890f18ff6602f84c4899fa216270414d
16
9
e4
1f3de11f3c46d4
base-20211
025
.0.3
7732
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211
112
.0.3
8957
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/166
6
/download")" && \
sha256sum -c <<< "
9286222be503a3aa523f25efd22275c1529e4e5f7dfe
16e4
983b4f8cec59a2e2
base-20211
112
.0.3
8957
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
bf6835ea
...
...
@@ -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/v20211
025
.0.3
7732
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/166
4
/download")" && \
sha256sum -c <<< "
b0f84828
42
7
ca
138595f394a044a988b15e4366b28c55fa269bdadf953576b0c
base-devel-20211
025
.0.3
7732
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211
112
.0.3
8957
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/166
8
/download")" && \
sha256sum -c <<< "
257c
42ca
32f444024d2570db590fbcdfc335919d461846e1bafc9a7af63885b4
base-devel-20211
112
.0.3
8957
.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