diff --git a/packs/git/.lighthouse/jenkins-x/release.yaml b/packs/git/.lighthouse/jenkins-x/release.yaml index 8c83f90f40..56cd7bc368 100755 --- a/packs/git/.lighthouse/jenkins-x/release.yaml +++ b/packs/git/.lighthouse/jenkins-x/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # override requests for the pod here diff --git a/tasks/C++/pullrequest.yaml b/tasks/C++/pullrequest.yaml index f91eb6d896..04a4eedd9b 100644 --- a/tasks/C++/pullrequest.yaml +++ b/tasks/C++/pullrequest.yaml @@ -22,7 +22,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | diff --git a/tasks/C++/release.yaml b/tasks/C++/release.yaml index 05b4f898d2..5bb862bc99 100644 --- a/tasks/C++/release.yaml +++ b/tasks/C++/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -77,7 +77,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -89,7 +89,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -109,7 +109,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/D/pullrequest.yaml b/tasks/D/pullrequest.yaml index ccb9970259..cb67385e41 100644 --- a/tasks/D/pullrequest.yaml +++ b/tasks/D/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/D/release.yaml b/tasks/D/release.yaml index e4425a5c90..48546200cf 100644 --- a/tasks/D/release.yaml +++ b/tasks/D/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -76,7 +76,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -88,7 +88,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -108,7 +108,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/apps/pullrequest.yaml b/tasks/apps/pullrequest.yaml index 38dfabd07a..80a102558f 100644 --- a/tasks/apps/pullrequest.yaml +++ b/tasks/apps/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/apps/release.yaml b/tasks/apps/release.yaml index 5fc63561a7..0193eb6826 100644 --- a/tasks/apps/release.yaml +++ b/tasks/apps/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -56,7 +56,7 @@ spec: script: | #!/bin/sh make build - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: release-chart resources: {} script: | @@ -70,7 +70,7 @@ spec: script: | #!/bin/sh make release - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/appserver/pullrequest.yaml b/tasks/appserver/pullrequest.yaml index e0efac7161..cc0764d233 100644 --- a/tasks/appserver/pullrequest.yaml +++ b/tasks/appserver/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/appserver/release.yaml b/tasks/appserver/release.yaml index 2dd6a1fe33..c05e769839 100644 --- a/tasks/appserver/release.yaml +++ b/tasks/appserver/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -84,7 +84,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -96,7 +96,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -116,7 +116,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/build-scan-push/build-scan-push.yaml b/tasks/build-scan-push/build-scan-push.yaml index 76811966ec..0572e3f3ff 100644 --- a/tasks/build-scan-push/build-scan-push.yaml +++ b/tasks/build-scan-push/build-scan-push.yaml @@ -45,7 +45,7 @@ spec: resources: {} script: | trivy image --input /workspace/source/image.tar > /workspace/source/scanresults.txt - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: analyze-critical resources: {} script: | @@ -59,7 +59,7 @@ spec: else echo "No vulnerabilities found." fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: analyze resources: {} script: | diff --git a/tasks/charts/pullrequest.yaml b/tasks/charts/pullrequest.yaml index b437a8427e..5a33b17d9f 100644 --- a/tasks/charts/pullrequest.yaml +++ b/tasks/charts/pullrequest.yaml @@ -22,7 +22,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | diff --git a/tasks/charts/release.yaml b/tasks/charts/release.yaml index abe796ca3d..c5b1050dbf 100644 --- a/tasks/charts/release.yaml +++ b/tasks/charts/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/pullrequest.yaml b/tasks/csharp/pullrequest.yaml index 17abcf92f6..19312de0d7 100644 --- a/tasks/csharp/pullrequest.yaml +++ b/tasks/csharp/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/csharp/release.yaml b/tasks/csharp/release.yaml index a5cc6c55d6..4cd43d20ad 100644 --- a/tasks/csharp/release.yaml +++ b/tasks/csharp/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -77,7 +77,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -89,7 +89,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -109,7 +109,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/custom-jenkins/pullrequest.yaml b/tasks/custom-jenkins/pullrequest.yaml index f446652ab1..7a7df30358 100644 --- a/tasks/custom-jenkins/pullrequest.yaml +++ b/tasks/custom-jenkins/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/custom-jenkins/release.yaml b/tasks/custom-jenkins/release.yaml index 2220076bcf..d1587acb5a 100644 --- a/tasks/custom-jenkins/release.yaml +++ b/tasks/custom-jenkins/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/pullrequest.yaml b/tasks/cwp/pullrequest.yaml index e0efac7161..cc0764d233 100644 --- a/tasks/cwp/pullrequest.yaml +++ b/tasks/cwp/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/cwp/release.yaml b/tasks/cwp/release.yaml index 7c5829725d..95b3250532 100644 --- a/tasks/cwp/release.yaml +++ b/tasks/cwp/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -106,7 +106,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -126,14 +126,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-step6 resources: {} script: | #!/usr/bin/env sh source .jx/variables.sh jx gitops helm release --version $VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-jx resources: {} script: | diff --git a/tasks/docker-helm/pullrequest.yaml b/tasks/docker-helm/pullrequest.yaml index 2fd3e1ad0f..939de5b390 100644 --- a/tasks/docker-helm/pullrequest.yaml +++ b/tasks/docker-helm/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/docker-helm/release.yaml b/tasks/docker-helm/release.yaml index 93b12e60c2..2415d30454 100644 --- a/tasks/docker-helm/release.yaml +++ b/tasks/docker-helm/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -81,7 +81,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -93,7 +93,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -113,7 +113,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/docker-okteto/release.yaml b/tasks/docker-okteto/release.yaml index 5b2f199421..8024789ff9 100644 --- a/tasks/docker-okteto/release.yaml +++ b/tasks/docker-okteto/release.yaml @@ -25,7 +25,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/docker/pullrequest.yaml b/tasks/docker/pullrequest.yaml index 2fd3e1ad0f..939de5b390 100644 --- a/tasks/docker/pullrequest.yaml +++ b/tasks/docker/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/docker/release.yaml b/tasks/docker/release.yaml index 0e86f57f76..9129c5fcb7 100644 --- a/tasks/docker/release.yaml +++ b/tasks/docker/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -70,7 +70,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -82,7 +82,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | diff --git a/tasks/environment/pullrequest.yaml b/tasks/environment/pullrequest.yaml index 4c80e6c7f6..f6398b6442 100755 --- a/tasks/environment/pullrequest.yaml +++ b/tasks/environment/pullrequest.yaml @@ -31,7 +31,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: make-pr resources: requests: diff --git a/tasks/environment/release.yaml b/tasks/environment/release.yaml index a31a803a81..7e01a565e8 100755 --- a/tasks/environment/release.yaml +++ b/tasks/environment/release.yaml @@ -50,7 +50,7 @@ spec: mkdir /workspace/source/bin mv ./doctl /workspace/source/bin/doctl chmod +x /workspace/source/bin/doctl - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: do-ctx script: | #!/usr/bin/env sh diff --git a/tasks/erlang-rebar/pullrequest.yaml b/tasks/erlang-rebar/pullrequest.yaml index 2b703a9dbf..f64321eb14 100644 --- a/tasks/erlang-rebar/pullrequest.yaml +++ b/tasks/erlang-rebar/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -66,7 +66,7 @@ spec: source .jx/variables.sh cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: build-helm-build resources: {} script: | diff --git a/tasks/erlang-rebar/release.yaml b/tasks/erlang-rebar/release.yaml index e3849d83fc..8562149602 100644 --- a/tasks/erlang-rebar/release.yaml +++ b/tasks/erlang-rebar/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -118,7 +118,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -130,7 +130,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -171,7 +171,7 @@ spec: --tag v${VERSION} \ --name "$REPO_NAME-linux-amd64" \ --file $ARTIFACT-latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/flutter/pullrequest.yaml b/tasks/flutter/pullrequest.yaml index 43872e8397..e109f61941 100644 --- a/tasks/flutter/pullrequest.yaml +++ b/tasks/flutter/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/flutter/release.yaml b/tasks/flutter/release.yaml index 67b65fbe3f..243e58e25d 100644 --- a/tasks/flutter/release.yaml +++ b/tasks/flutter/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -63,7 +63,7 @@ spec: flutter pub get flutter test flutter build apk - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -75,7 +75,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | diff --git a/tasks/git-clone/git-clone-env-pr.yaml b/tasks/git-clone/git-clone-env-pr.yaml index 8782997ed3..13570838d0 100644 --- a/tasks/git-clone/git-clone-env-pr.yaml +++ b/tasks/git-clone/git-clone-env-pr.yaml @@ -40,7 +40,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: git-merge resources: {} script: | diff --git a/tasks/git-clone/git-clone-pr.yaml b/tasks/git-clone/git-clone-pr.yaml index b0e6450842..a25a8c4de5 100644 --- a/tasks/git-clone/git-clone-pr.yaml +++ b/tasks/git-clone/git-clone-pr.yaml @@ -41,7 +41,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: git-merge resources: {} script: | diff --git a/tasks/go-cli/pullrequest.yaml b/tasks/go-cli/pullrequest.yaml index ecfb382ecc..adcb59bda3 100644 --- a/tasks/go-cli/pullrequest.yaml +++ b/tasks/go-cli/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-cli/release.yaml b/tasks/go-cli/release.yaml index 3a18bbddd6..b16e7b4f0d 100644 --- a/tasks/go-cli/release.yaml +++ b/tasks/go-cli/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/pullrequest.yaml b/tasks/go-mongodb/pullrequest.yaml index e5231644ac..f1ba2b500c 100644 --- a/tasks/go-mongodb/pullrequest.yaml +++ b/tasks/go-mongodb/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-mongodb/release.yaml b/tasks/go-mongodb/release.yaml index b0be22b8f6..cb87ea10c8 100644 --- a/tasks/go-mongodb/release.yaml +++ b/tasks/go-mongodb/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -70,7 +70,7 @@ spec: --context=/workspace/source \ --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -90,7 +90,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -110,14 +110,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-step6 resources: {} script: | #!/usr/bin/env sh source .jx/variables.sh jx gitops helm release --version $VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-step7 resources: {} script: | diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index ac06c43cc9..262ca19a80 100644 --- a/tasks/go-plugin-multiarch/pullrequest.yaml +++ b/tasks/go-plugin-multiarch/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-plugin-multiarch/release.yaml b/tasks/go-plugin-multiarch/release.yaml index 569805b76e..17d88787b7 100644 --- a/tasks/go-plugin-multiarch/release.yaml +++ b/tasks/go-plugin-multiarch/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -67,7 +67,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: changelog resources: {} script: | @@ -82,7 +82,7 @@ spec: else echo no charts; fi jx changelog create --verbose --header-file=hack/changelog-header.md --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=true - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: release-chart resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 37cf680c37..dfb45a5fe2 100644 --- a/tasks/go-plugin/pullrequest.yaml +++ b/tasks/go-plugin/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-plugin/release.yaml b/tasks/go-plugin/release.yaml index e05e048388..3a595249e5 100644 --- a/tasks/go-plugin/release.yaml +++ b/tasks/go-plugin/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -67,7 +67,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: changelog resources: {} script: | @@ -82,7 +82,7 @@ spec: else echo no charts; fi jx changelog create --verbose --header-file=hack/changelog-header.md --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=true - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: release-chart resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index 3ce35ba4c3..1531410743 100644 --- a/tasks/go/pullrequest.yaml +++ b/tasks/go/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go/release.yaml b/tasks/go/release.yaml index 2c6ca385d8..8709fe996e 100644 --- a/tasks/go/release.yaml +++ b/tasks/go/release.yaml @@ -49,7 +49,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -88,7 +88,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -100,7 +100,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -120,7 +120,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/gradle/pullrequest.yaml b/tasks/gradle/pullrequest.yaml index 9c7eb8b7ab..6dc38e3f4f 100644 --- a/tasks/gradle/pullrequest.yaml +++ b/tasks/gradle/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/gradle/release.yaml b/tasks/gradle/release.yaml index cc981cf1ce..9582563278 100644 --- a/tasks/gradle/release.yaml +++ b/tasks/gradle/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -76,7 +76,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -96,7 +96,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/haskell-cabal/pullrequest.yaml b/tasks/haskell-cabal/pullrequest.yaml index 87afc73580..e2cce443ad 100644 --- a/tasks/haskell-cabal/pullrequest.yaml +++ b/tasks/haskell-cabal/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -52,7 +52,7 @@ spec: #!/usr/bin/env bash source .jx/variables.sh hadolint --no-fail Dockerfile - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: build-helm-build resources: {} script: | diff --git a/tasks/haskell-cabal/release.yaml b/tasks/haskell-cabal/release.yaml index e22542a637..6ad241dd74 100644 --- a/tasks/haskell-cabal/release.yaml +++ b/tasks/haskell-cabal/release.yaml @@ -47,7 +47,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -88,7 +88,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -108,7 +108,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -142,7 +142,7 @@ spec: --tag v${VERSION} \ --name "$REPO_NAME-linux-amd64" \ --file $ARTIFACT-${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/helm/pullrequest.yaml b/tasks/helm/pullrequest.yaml index d4bcaee6b7..822f2316d1 100644 --- a/tasks/helm/pullrequest.yaml +++ b/tasks/helm/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -34,7 +34,7 @@ spec: #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: build-helm-build resources: {} script: | diff --git a/tasks/helm/release.yaml b/tasks/helm/release.yaml index d05666af00..fbf3ce1f25 100644 --- a/tasks/helm/release.yaml +++ b/tasks/helm/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -57,7 +57,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -69,7 +69,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -89,7 +89,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-node18/pullrequest.yaml b/tasks/javascript-node18/pullrequest.yaml index 410ca0d874..be909e83cc 100644 --- a/tasks/javascript-node18/pullrequest.yaml +++ b/tasks/javascript-node18/pullrequest.yaml @@ -28,7 +28,7 @@ spec: name: npmrc workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript-node18/release.yaml b/tasks/javascript-node18/release.yaml index b0e00ce3a9..b3e2984ede 100644 --- a/tasks/javascript-node18/release.yaml +++ b/tasks/javascript-node18/release.yaml @@ -60,7 +60,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=from-file:package.json -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -145,7 +145,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -157,7 +157,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -177,7 +177,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-ui-nginx/pullrequest.yaml b/tasks/javascript-ui-nginx/pullrequest.yaml index 0261d0135a..9abaa660da 100644 --- a/tasks/javascript-ui-nginx/pullrequest.yaml +++ b/tasks/javascript-ui-nginx/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript-ui-nginx/release.yaml b/tasks/javascript-ui-nginx/release.yaml index 5b755746b1..5f9179d356 100644 --- a/tasks/javascript-ui-nginx/release.yaml +++ b/tasks/javascript-ui-nginx/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -94,7 +94,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -114,7 +114,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -134,7 +134,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript/pullrequest.yaml b/tasks/javascript/pullrequest.yaml index 673b8a7f03..019c76cd0b 100644 --- a/tasks/javascript/pullrequest.yaml +++ b/tasks/javascript/pullrequest.yaml @@ -28,7 +28,7 @@ spec: name: npmrc workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript/release.yaml b/tasks/javascript/release.yaml index 5b9e596f9c..4e895959a9 100644 --- a/tasks/javascript/release.yaml +++ b/tasks/javascript/release.yaml @@ -60,7 +60,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=from-file:package.json -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -145,7 +145,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -157,7 +157,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -177,7 +177,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/jenkins/pullrequest.yaml b/tasks/jenkins/pullrequest.yaml index 23614a6b64..4debc5bf94 100644 --- a/tasks/jenkins/pullrequest.yaml +++ b/tasks/jenkins/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/jenkins/release.yaml b/tasks/jenkins/release.yaml index edace1c500..9a49e21a42 100644 --- a/tasks/jenkins/release.yaml +++ b/tasks/jenkins/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -69,7 +69,7 @@ spec: source .jx/variables.sh cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | diff --git a/tasks/jenkinsfilerunner/pullrequest.yaml b/tasks/jenkinsfilerunner/pullrequest.yaml index 05855ef1ea..743e1525c5 100644 --- a/tasks/jenkinsfilerunner/pullrequest.yaml +++ b/tasks/jenkinsfilerunner/pullrequest.yaml @@ -22,7 +22,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/release.yaml b/tasks/jenkinsfilerunner/release.yaml index 8a8ec452a5..bbf345bead 100644 --- a/tasks/jenkinsfilerunner/release.yaml +++ b/tasks/jenkinsfilerunner/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | diff --git a/tasks/lookml/lint.yaml b/tasks/lookml/lint.yaml index b858fe337a..65d2fa445b 100644 --- a/tasks/lookml/lint.yaml +++ b/tasks/lookml/lint.yaml @@ -32,7 +32,7 @@ spec: limits: {} workingDir: $(workspaces.output.path)/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/pullrequest.yaml b/tasks/lookml/pullrequest.yaml index fb962f6396..f059a2405a 100644 --- a/tasks/lookml/pullrequest.yaml +++ b/tasks/lookml/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/release.yaml b/tasks/lookml/release.yaml index 86f9642fe2..a3f1acee39 100644 --- a/tasks/lookml/release.yaml +++ b/tasks/lookml/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -67,7 +67,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java11/pullrequest.yaml b/tasks/maven-java11/pullrequest.yaml index ee1e43c07e..8a35e1563b 100644 --- a/tasks/maven-java11/pullrequest.yaml +++ b/tasks/maven-java11/pullrequest.yaml @@ -33,7 +33,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java11/release.yaml b/tasks/maven-java11/release.yaml index a2d257f0f5..ea9ce20908 100644 --- a/tasks/maven-java11/release.yaml +++ b/tasks/maven-java11/release.yaml @@ -57,7 +57,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -147,7 +147,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -159,7 +159,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -186,7 +186,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java14/pullrequest.yaml b/tasks/maven-java14/pullrequest.yaml index 826947813c..2011152ebf 100644 --- a/tasks/maven-java14/pullrequest.yaml +++ b/tasks/maven-java14/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java14/release.yaml b/tasks/maven-java14/release.yaml index 3d2e89ac4f..c1794945df 100644 --- a/tasks/maven-java14/release.yaml +++ b/tasks/maven-java14/release.yaml @@ -53,7 +53,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -107,7 +107,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -119,7 +119,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -146,7 +146,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java16/pullrequest.yaml b/tasks/maven-java16/pullrequest.yaml index e514e5efff..2f4e9a6884 100644 --- a/tasks/maven-java16/pullrequest.yaml +++ b/tasks/maven-java16/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java16/release.yaml b/tasks/maven-java16/release.yaml index d7eb380876..d8f6b72306 100644 --- a/tasks/maven-java16/release.yaml +++ b/tasks/maven-java16/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -107,7 +107,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -119,7 +119,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -146,7 +146,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java17/pullrequest.yaml b/tasks/maven-java17/pullrequest.yaml index 0ed7fe3cc1..a606c796d0 100644 --- a/tasks/maven-java17/pullrequest.yaml +++ b/tasks/maven-java17/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java17/release.yaml b/tasks/maven-java17/release.yaml index 2c5ab9dd35..db413b1008 100644 --- a/tasks/maven-java17/release.yaml +++ b/tasks/maven-java17/release.yaml @@ -53,7 +53,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -119,7 +119,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -131,7 +131,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -158,7 +158,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-node-ruby/pullrequest.yaml b/tasks/maven-node-ruby/pullrequest.yaml index a4733925ba..d4a5e8f888 100644 --- a/tasks/maven-node-ruby/pullrequest.yaml +++ b/tasks/maven-node-ruby/pullrequest.yaml @@ -34,7 +34,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-node-ruby/release.yaml b/tasks/maven-node-ruby/release.yaml index a4561a7bad..b6efa7d032 100644 --- a/tasks/maven-node-ruby/release.yaml +++ b/tasks/maven-node-ruby/release.yaml @@ -53,7 +53,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -95,7 +95,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -115,7 +115,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -142,7 +142,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus-native/pullrequest.yaml b/tasks/maven-quarkus-native/pullrequest.yaml index 86c262f350..49a35a59a4 100644 --- a/tasks/maven-quarkus-native/pullrequest.yaml +++ b/tasks/maven-quarkus-native/pullrequest.yaml @@ -33,7 +33,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-quarkus-native/release.yaml b/tasks/maven-quarkus-native/release.yaml index 642aad8bcf..98a77a37d0 100644 --- a/tasks/maven-quarkus-native/release.yaml +++ b/tasks/maven-quarkus-native/release.yaml @@ -51,7 +51,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -93,7 +93,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -113,7 +113,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -140,7 +140,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus/pullrequest.yaml b/tasks/maven-quarkus/pullrequest.yaml index 15e6f54e3e..27cec3e192 100644 --- a/tasks/maven-quarkus/pullrequest.yaml +++ b/tasks/maven-quarkus/pullrequest.yaml @@ -33,7 +33,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-quarkus/release.yaml b/tasks/maven-quarkus/release.yaml index a24991650b..2688d569bd 100644 --- a/tasks/maven-quarkus/release.yaml +++ b/tasks/maven-quarkus/release.yaml @@ -57,7 +57,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -99,7 +99,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -111,7 +111,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -138,7 +138,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven/pullrequest.yaml b/tasks/maven/pullrequest.yaml index 004dd32caa..fbdd80cf49 100644 --- a/tasks/maven/pullrequest.yaml +++ b/tasks/maven/pullrequest.yaml @@ -34,7 +34,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven/release.yaml b/tasks/maven/release.yaml index 638afc72ea..8aaad69673 100644 --- a/tasks/maven/release.yaml +++ b/tasks/maven/release.yaml @@ -58,7 +58,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -148,7 +148,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -160,7 +160,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -187,7 +187,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/ml-python-gpu-service/pullrequest.yaml b/tasks/ml-python-gpu-service/pullrequest.yaml index 55ccf7dbff..d504477e9b 100644 --- a/tasks/ml-python-gpu-service/pullrequest.yaml +++ b/tasks/ml-python-gpu-service/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-gpu-service/release.yaml b/tasks/ml-python-gpu-service/release.yaml index d9c3d26875..179d111f60 100644 --- a/tasks/ml-python-gpu-service/release.yaml +++ b/tasks/ml-python-gpu-service/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -85,7 +85,7 @@ spec: --context=/workspace/source \ --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -105,7 +105,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -132,7 +132,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/ml-python-gpu-training/pullrequest.yaml b/tasks/ml-python-gpu-training/pullrequest.yaml index 18253bf8b2..f44648a34c 100644 --- a/tasks/ml-python-gpu-training/pullrequest.yaml +++ b/tasks/ml-python-gpu-training/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-gpu-training/release.yaml b/tasks/ml-python-gpu-training/release.yaml index d58350e522..1d026beb15 100644 --- a/tasks/ml-python-gpu-training/release.yaml +++ b/tasks/ml-python-gpu-training/release.yaml @@ -43,7 +43,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -88,7 +88,7 @@ spec: secretKeyRef: key: username name: tekton-git - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: build-export-model resources: {} script: |+ diff --git a/tasks/ml-python-service/pullrequest.yaml b/tasks/ml-python-service/pullrequest.yaml index 4c5374986a..72ea256838 100644 --- a/tasks/ml-python-service/pullrequest.yaml +++ b/tasks/ml-python-service/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-service/release.yaml b/tasks/ml-python-service/release.yaml index 6bacc808ce..3177b2608c 100644 --- a/tasks/ml-python-service/release.yaml +++ b/tasks/ml-python-service/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -82,7 +82,7 @@ spec: source .jx/variables.sh cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -102,7 +102,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-step8 resources: {} script: | diff --git a/tasks/ml-python-training/pullrequest.yaml b/tasks/ml-python-training/pullrequest.yaml index 18253bf8b2..f44648a34c 100644 --- a/tasks/ml-python-training/pullrequest.yaml +++ b/tasks/ml-python-training/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-training/release.yaml b/tasks/ml-python-training/release.yaml index c75e14b404..251f3e2bf7 100644 --- a/tasks/ml-python-training/release.yaml +++ b/tasks/ml-python-training/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -76,7 +76,7 @@ spec: secretKeyRef: key: username name: tekton-git - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: build-export-model resources: {} script: |+ diff --git a/tasks/nop/pullrequest.yaml b/tasks/nop/pullrequest.yaml index 7abbb18903..a8bb8c85c9 100644 --- a/tasks/nop/pullrequest.yaml +++ b/tasks/nop/pullrequest.yaml @@ -22,14 +22,14 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: build-dummy-build resources: {} script: | diff --git a/tasks/nop/release.yaml b/tasks/nop/release.yaml index fb8fc30408..c8d5d21e84 100644 --- a/tasks/nop/release.yaml +++ b/tasks/nop/release.yaml @@ -39,13 +39,13 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: build-dummy-release resources: {} script: | diff --git a/tasks/php/pullrequest.yaml b/tasks/php/pullrequest.yaml index 17abcf92f6..19312de0d7 100644 --- a/tasks/php/pullrequest.yaml +++ b/tasks/php/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/php/release.yaml b/tasks/php/release.yaml index 1ba743032e..992c816a73 100644 --- a/tasks/php/release.yaml +++ b/tasks/php/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -70,7 +70,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -90,7 +90,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -117,7 +117,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/python/pullrequest.yaml b/tasks/python/pullrequest.yaml index c4723b5938..2b99dc7b48 100644 --- a/tasks/python/pullrequest.yaml +++ b/tasks/python/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/python/release.yaml b/tasks/python/release.yaml index da7104e24e..32ef14c723 100644 --- a/tasks/python/release.yaml +++ b/tasks/python/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -76,7 +76,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -88,7 +88,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -115,7 +115,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/ruby/pullrequest.yaml b/tasks/ruby/pullrequest.yaml index 007fede794..8d4c7399e0 100644 --- a/tasks/ruby/pullrequest.yaml +++ b/tasks/ruby/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ruby/release.yaml b/tasks/ruby/release.yaml index a8301791a0..9b59c55595 100644 --- a/tasks/ruby/release.yaml +++ b/tasks/ruby/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -70,7 +70,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -82,7 +82,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -109,7 +109,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/rust/pullrequest.yaml b/tasks/rust/pullrequest.yaml index 407d8b4106..5fd70bbdcc 100644 --- a/tasks/rust/pullrequest.yaml +++ b/tasks/rust/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/rust/release.yaml b/tasks/rust/release.yaml index 52f48048a2..dcaf0913df 100644 --- a/tasks/rust/release.yaml +++ b/tasks/rust/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -76,7 +76,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -88,7 +88,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -115,7 +115,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/scala/pullrequest.yaml b/tasks/scala/pullrequest.yaml index 7db81f93c2..cf5a245d16 100644 --- a/tasks/scala/pullrequest.yaml +++ b/tasks/scala/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/scala/release.yaml b/tasks/scala/release.yaml index 35a66c9b58..7c5a09ef5f 100644 --- a/tasks/scala/release.yaml +++ b/tasks/scala/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -84,7 +84,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -104,7 +104,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -131,7 +131,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: | diff --git a/tasks/terraform/pullrequest.yaml b/tasks/terraform/pullrequest.yaml index e40428d4b0..b36f2c5628 100644 --- a/tasks/terraform/pullrequest.yaml +++ b/tasks/terraform/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/terraform/release.yaml b/tasks/terraform/release.yaml index dc574f47d6..10a7fd7b29 100644 --- a/tasks/terraform/release.yaml +++ b/tasks/terraform/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: {} script: | @@ -58,7 +58,7 @@ spec: terraform init terraform version terraform validate - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: changelog resources: {} script: | diff --git a/tasks/typescript/pullrequest.yaml b/tasks/typescript/pullrequest.yaml index a81c8909f4..ccbc9e603c 100644 --- a/tasks/typescript/pullrequest.yaml +++ b/tasks/typescript/pullrequest.yaml @@ -25,7 +25,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/typescript/release.yaml b/tasks/typescript/release.yaml index f42acff8bd..634ccc34d8 100644 --- a/tasks/typescript/release.yaml +++ b/tasks/typescript/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag --debug > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: jx-variables resources: # set requests for the pod here @@ -87,7 +87,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog-uat resources: {} script: | @@ -107,7 +107,7 @@ spec: git push --force origin v$VERSION jx changelog create --draft --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-changelog resources: {} script: | @@ -134,7 +134,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.45 + - image: ghcr.io/jenkins-x/jx-boot:3.10.87 name: promote-helm-release resources: {} script: |