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
17153811
Commit
17153811
authored
Nov 02, 2020
by
Arch Linux Docker release bot
Browse files
Release 20201102.0.8170
parent
8fd7b251
Pipeline
#2716
passed with stages
in 10 minutes and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17153811
...
...
@@ -129,7 +129,7 @@ image:publish:secure:
script
:
-
LATEST=""
-
if [[ "$GROUP" == "base" ]]; then
LATEST="--destination archlinux/archlinux:latest"
LATEST="--destination archlinux/archlinux:latest"
;
fi
-
/kaniko/executor
--whitelist-var-run="false"
...
...
Dockerfile.base
View file @
17153811
...
...
@@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
5
/download)" && \
sha256sum -c <<< "
a6125a7252e89cf312cc0dcefa5023d663babaa58b6dbcd16579654f53d4eab1
base-20201102.0.81
44
.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/10
9
/download)" && \
sha256sum -c <<< "
c906f7f7098b889b9d16978075e7a5a3c49fa3b4bdd1867a011e1f24fe001e78
base-20201102.0.81
70
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"
...
...
Dockerfile.base-devel
View file @
17153811
...
...
@@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
07
/download)" && \
sha256sum -c <<< "
e0bfd585ff7bf33e743a0abfc7d217dd7a33f81554c656fb57785a2bdce717b8
base-devel-20201102.0.81
44
.tar.xz" && \
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1
11
/download)" && \
sha256sum -c <<< "
9db33f80655f4ea0a02d5193d246cb4b5e1fc2dcadd60476b49b8541a8f91487
base-devel-20201102.0.81
70
.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --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