Skip to content

Commit

Permalink
Merge pull request #339 from nicoalonsop/disable-attestations
Browse files Browse the repository at this point in the history
Update default executor and disable attestations
  • Loading branch information
bjohnso5 authored Apr 29, 2024
2 parents 08770f8 + b6350c5 commit fb01104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/executors/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
parameters:
image:
type: string
default: ubuntu-2004:current
default: ubuntu-2204:current
docker_layer_caching:
type: boolean
default: false
Expand Down
1 change: 1 addition & 0 deletions src/scripts/docker_buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ AWS_ECR_EVAL_DOCKERFILE="$(eval echo "${AWS_ECR_STR_DOCKERFILE}")"
AWS_ECR_EVAL_PROFILE_NAME="$(eval echo "${AWS_ECR_STR_PROFILE_NAME}")"
AWS_ECR_EVAL_PLATFORM="$(eval echo "${AWS_ECR_STR_PLATFORM}")"
AWS_ECR_EVAL_LIFECYCLE_POLICY_PATH="$(eval echo "${AWS_ECR_STR_LIFECYCLE_POLICY_PATH}")"
BUILDX_NO_DEFAULT_ATTESTATIONS=1


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

0 comments on commit fb01104

Please sign in to comment.