You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/05/13 16:59:06 UTC

[trafficserver-ci] branch main updated: fedora:36 is officially released. Use it in CI. (#100)

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 5accf40  fedora:36 is officially released. Use it in CI. (#100)
5accf40 is described below

commit 5accf4055d10703508f903be3a44e20910fbfd34
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Fri May 13 11:59:01 2022 -0500

    fedora:36 is officially released. Use it in CI. (#100)
    
    This updates the github PR fedora build to use fedora:36.
---
 jenkins/github/fedora.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index c48bab0..a9592e5 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:35'
+            image 'ats/fedora:36'
             //registryUrl 'https://ci.trafficserver.apache.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'