Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: adjust AWS logic to force delete ECR registry that contains images #211

Merged
merged 2 commits into from
Nov 22, 2022

Conversation

qdzlug
Copy link
Contributor

@qdzlug qdzlug commented Nov 22, 2022

Proposed changes

This change closes #203, which was a problem where AWS would not allow a registry that contains images to be deleted. This behavior change occurred after MARA went live (the previous behavior would let you delete the registry no matter what). This fix adds the force option to the deployment and removes the scripted delete from the Jenkinsfile for AWS.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have written my commit messages in the Conventional Commits format.
  • I have read the CONTRIBUTING doc
  • I have added tests (when possible) that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

Copy link
Contributor

@4141done 4141done left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐳 👍 🐳
So simple! Great change - this one bit me too

@qdzlug qdzlug merged commit ecb9611 into nginxinc:master Nov 22, 2022
@qdzlug qdzlug deleted the ecrfix branch November 22, 2022 18:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runner down fails at ECR step
2 participants