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 9a6bb8b fedora:41 -> fedora:42 (#374)
9a6bb8b is described below
commit 9a6bb8b40f2a6c830d52f619fa06cda22c60abf4
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Apr 7 15:49:45 2025 -0500
fedora:41 -> fedora:42 (#374)
---
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 47a83b9..7634c61 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:41'
+ image 'ci.trafficserver.apache.org/ats/fedora:42'
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 47741eb..13f0e85 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
- image 'ats/fedora:41'
+ image 'ats/fedora:42'
//registryUrl 'https://ci.trafficserver.apache.org/'
args '-v ${HOME}/ccache:/tmp/ccache:rw'
label 'linux'