diff --git a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily index b014c9a9..310302f8 100644 --- a/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily @@ -6,7 +6,7 @@ pipeline { agent { docker { label 'haim-cloud-governance-worker' - image 'athiru/fedora38-podman:latest' + image 'quay.io/athiru/fedora38-podman:latest' // Change based on the worker os args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged' } diff --git a/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly b/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly index 630577e6..e5f06503 100644 --- a/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly +++ b/jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly @@ -6,7 +6,7 @@ pipeline { agent { docker { label 'haim-cloud-governance-worker' - image 'athiru/fedora38-podman:latest' + image 'quay.io/athiru/fedora38-podman:latest' args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged' } } diff --git a/jenkins/tenant/aws/ecoeng_02/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_02/PolicyJenkinsfileDaily index 40148a81..c632fd2b 100644 --- a/jenkins/tenant/aws/ecoeng_02/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_02/PolicyJenkinsfileDaily @@ -8,7 +8,7 @@ pipeline { agent { docker { label 'haim-cloud-governance-worker' - image 'athiru/fedora38-podman:latest' + image 'quay.io/athiru/fedora38-podman:latest' args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged' } } diff --git a/jenkins/tenant/aws/ecoeng_02/TaggingJenkinsfileHourly b/jenkins/tenant/aws/ecoeng_02/TaggingJenkinsfileHourly index e17de839..c10305e8 100644 --- a/jenkins/tenant/aws/ecoeng_02/TaggingJenkinsfileHourly +++ b/jenkins/tenant/aws/ecoeng_02/TaggingJenkinsfileHourly @@ -6,7 +6,7 @@ pipeline { agent { docker { label 'haim-cloud-governance-worker' - image 'athiru/fedora38-podman:latest' + image 'quay.io/athiru/fedora38-podman:latest' args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged' } } diff --git a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily index 44d9fe3c..6026420f 100644 --- a/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily +++ b/jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily @@ -13,7 +13,7 @@ pipeline { agent { docker { label 'haim-cloud-governance-worker' - image 'athiru/fedora38-podman:latest' + image 'quay.io/athiru/fedora38-podman:latest' args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged' } } diff --git a/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly b/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly index bae5a273..b3f9d3ca 100644 --- a/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly +++ b/jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly @@ -6,7 +6,7 @@ pipeline { agent { docker { label 'haim-cloud-governance-worker' - image 'athiru/fedora38-podman:latest' + image 'quay.io/athiru/fedora38-podman:latest' args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged' } }