Skip to content

Tags: CircleCI-Public/aws-ecr-orb

Tags

v9.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/tonistiigi custom version (#377)

* Add parameter binfmt_version

* Add parameter everywhere

* fix syntax

v9.3.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix examples (#369)

* Fix examplesW

* Fix name of registry_login parameter

v9.3.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only list images when their use case is not skipped (#363)

v9.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue with spaces on extra_build_args (#362)

* Validate build arg with spaces

* Update way to pass argss

* Solve shellcheck

* Solve shellcheck

* Add debug

* Add debug on script

* Fix

* Remove debug

* Add more tests

* Revert testsg

* Revert testsg

v9.3.4

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Fix example content missing on CircleCI (#360)

* Fix example content missing on CircleCI

* add extra example fix

---------

Co-authored-by: Mateo Arboleda <mateo.arboleda@circleci.com>

v9.3.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add validation before creating DLC_builder (#359)

* Do not try to create DLC builder when it exists

* Add test for extra build step

v9.3.2

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fix deployment

v9.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pass --platform to docker pull when the tag exists (#343)

v9.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add parameter to use or not the ecr-credentials-helper (#350)

* Test build-test-then-push-with-buildx without context to replicate issue

* Readd context

* Add a new parameter to avoid using the credentials helper

* Fix error in condition syntax

* Fix job parameters

* Fix requirements in tests jobs

* Fix requirements in tests jobs

* Add matrix paramater to repository name to avoid concurrency issues

* Remove matrix from public registry test

* Fix name on requirements

* Fix name on requirements

* Add extra matrix and conditions

* Simplify matrix behavior

* Remove requirement

* Use just one image

* Fix repo name

* Fix repo name

* Update description of new parameter

v9.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only install ecr-credential-helper when not already installed (#349)

* apt update less often in ecr_login.sh

---------

Co-authored-by: Ryan Good <ryan.good@iheartjane.com>