This is an automated email from the ASF dual-hosted git repository.

bneradt 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 580cef0  Switch our fedora images to fedora:39 (#252)
580cef0 is described below

commit 580cef0958cd6e86df51c098b532417446ffad3d
Author: Brian Neradt <[email protected]>
AuthorDate: Fri Oct 20 16:41:12 2023 -0500

    Switch our fedora images to fedora:39 (#252)
---
 jenkins/github/autest.pipeline | 2 +-
 jenkins/github/fedora.pipeline | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index 2e8a841..d2e496f 100644
--- a/jenkins/github/autest.pipeline
+++ b/jenkins/github/autest.pipeline
@@ -1,7 +1,7 @@
 pipeline {
        agent {
                docker {
-                       image 'ci.trafficserver.apache.org/ats/fedora:38'
+                       image 'ci.trafficserver.apache.org/ats/fedora:39'
                        registryUrl 'https://ci.trafficserver.apache.org/'
                        args '--init --cap-add=SYS_PTRACE --network=host -v 
${HOME}/ccache:/tmp/ccache:rw'
                        label 'docker'
diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 34bfbf0..7f8faad 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:38'
+            image 'ats/fedora:39'
             //registryUrl 'https://ci.trafficserver.apache.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'

Reply via email to