Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Georg Koppen
Tor
Commits
29742b06
Verified
Commit
29742b06
authored
Mar 20, 2022
by
Georg Koppen
Browse files
Replace all buster images with kaniko one
parent
05b822b0
Pipeline
#33150
passed with stage
in 19 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
29742b06
...
...
@@ -137,7 +137,7 @@ debian-hardened:
#####
# Distcheck on debian stable
debian-distcheck
:
image
:
debian:buster
image
:
gktpo/geko:oldstable
<<
:
*debian-template
variables
:
DISTCHECK
:
"
yes"
...
...
@@ -148,7 +148,7 @@ debian-distcheck:
#####
# Documentation tests on debian stable: doxygen and asciidoc.
debian-docs
:
image
:
debian:buster
image
:
gktpo/geko:oldstable
<<
:
*debian-template
variables
:
DOXYGEN
:
"
yes"
...
...
@@ -166,7 +166,7 @@ debian-docs:
# with the 'artifacts' mechanism, in theory, but it would be good to
# avoid having to have a system with hundreds of artifacts.
debian-integration
:
image
:
debian:buster
image
:
gktpo/geko:oldstable
<<
:
*debian-template
variables
:
CHECK
:
"
no"
...
...
@@ -180,7 +180,7 @@ debian-integration:
#####
# Tracing build on Debian stable.
debian-tracing
:
image
:
debian:buster
image
:
gktpo/geko:oldstable
<<
:
*debian-template
variables
:
TRACING
:
"
yes"
...
...
@@ -192,7 +192,7 @@ debian-tracing:
#####
# No-authority mode
debian-disable-dirauth
:
image
:
debian:buster
image
:
gktpo/geko:oldstable
<<
:
*debian-template
variables
:
DISABLE_DIRAUTH
:
"
yes"
...
...
@@ -202,7 +202,7 @@ debian-disable-dirauth:
#####
# No-relay mode
debian-disable-relay
:
image
:
debian:buster
image
:
gktpo/geko:oldstable
<<
:
*debian-template
variables
:
DISABLE_RELAY
:
"
yes"
...
...
@@ -212,7 +212,7 @@ debian-disable-relay:
#####
# NSS check on debian
debian-nss
:
image
:
debian:buster
image
:
gktpo/geko:oldstable
<<
:
*debian-template
variables
:
NSS
:
"
yes"
...
...
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