Skip to content

Commit fb01104

Browse files
authored
Merge pull request #339 from nicoalonsop/disable-attestations
Update default executor and disable attestations
2 parents 08770f8 + b6350c5 commit fb01104

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/executors/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: >
44
parameters:
55
image:
66
type: string
7-
default: ubuntu-2004:current
7+
default: ubuntu-2204:current
88
docker_layer_caching:
99
type: boolean
1010
default: false

src/scripts/docker_buildx.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ AWS_ECR_EVAL_DOCKERFILE="$(eval echo "${AWS_ECR_STR_DOCKERFILE}")"
1313
AWS_ECR_EVAL_PROFILE_NAME="$(eval echo "${AWS_ECR_STR_PROFILE_NAME}")"
1414
AWS_ECR_EVAL_PLATFORM="$(eval echo "${AWS_ECR_STR_PLATFORM}")"
1515
AWS_ECR_EVAL_LIFECYCLE_POLICY_PATH="$(eval echo "${AWS_ECR_STR_LIFECYCLE_POLICY_PATH}")"
16+
BUILDX_NO_DEFAULT_ATTESTATIONS=1
1617

1718

1819
if [ -n "${AWS_ECR_STR_EXTRA_BUILD_ARGS}" ]; then

0 commit comments

Comments
 (0)