This is an automated email from the ASF dual-hosted git repository.
bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 509cc4c change to debian 12 for github pr builds
new ebe7696 Merge pull request #195 from traeak/pr_debian_12
509cc4c is described below
commit 509cc4c89701dda4fb07ce70b4ccb34a26fd3a67
Author: Brian Olsen <[email protected]>
AuthorDate: Wed Jul 19 13:43:51 2023 +0000
change to debian 12 for github pr builds
---
jenkins/github/debian.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/debian.pipeline b/jenkins/github/debian.pipeline
index aa152c0..8f9e026 100644
--- a/jenkins/github/debian.pipeline
+++ b/jenkins/github/debian.pipeline
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
- image 'ci.trafficserver.apache.org/ats/debian:10'
+ image 'ci.trafficserver.apache.org/ats/debian:12'
registryUrl 'https://ci.trafficserver.apache.org/'
label 'docker'
args '-v ${HOME}/ccache:/tmp/ccache:rw'