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
0f639277
Commit
0f639277
authored
Nov 14, 2021
by
Arch Linux Docker release bot
Browse files
Release 20211114.0.39041
parent
c104ed36
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0f639277
...
...
@@ -150,7 +150,7 @@ image:publish:secure:
fi
-
/kaniko/executor
--force
--
whitelist
-var-run="false"
--
ignore
-var-run="false"
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile.$GROUP
--destination archlinux/archlinux:$GROUP
...
...
Dockerfile.base
View file @
0f639277
...
...
@@ -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/v2021111
3
.0.3901
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/167
0
/download")" && \
sha256sum -c <<< "
10447b70fde40a4a5600cfb1dddd3194f6e08492d2fa49d03e4935151766306
f base-2021111
3
.0.3901
0
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
4
.0.390
4
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/167
4
/download")" && \
sha256sum -c <<< "
c18a04190f9af6c8d60baeb4a69e44d8bb31442830e64e5fa64aa1543f3a16e
f base-2021111
4
.0.390
4
1.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
0f639277
...
...
@@ -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/v2021111
3
.0.3901
0
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/167
2
/download")" && \
sha256sum -c <<< "
406e0037deaac89458880202f5abc66670239000c9a2ef57483dd6d498970933
base-devel-2021111
3
.0.3901
0
.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v2021111
4
.0.390
4
1
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/167
6
/download")" && \
sha256sum -c <<< "
b3723e1aeccf290504f09856e917f1faeb1211ad6e7db748c7ccbcb0a3a0bba6
base-devel-2021111
4
.0.390
4
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