We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b40b7b commit f33008eCopy full SHA for f33008e
.cirrus.yml
@@ -51,7 +51,7 @@ mend_scan_task:
51
# run only on master and long-living branches
52
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
53
eks_container:
54
- image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j18-latest
+ image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j21-latest
55
region: eu-central-1
56
cluster_name: ${CIRRUS_CLUSTER_NAME}
57
namespace: default
0 commit comments