Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Ensure make clean always removes build artifacts #4988

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

rick-a-lane-ii
Copy link
Contributor

Keeping with the current system, adds additional clean targets as necessary to ensure a make images / make clean cycle always functions properly.

Description

Adds additional clean targets to match existing clobber targets. Personally, I'd prefer a split between having the clean targets only clean up the internal artifacts, and having clobber also remove the images from the registry. But that change would need to be applied systemically/separately, and it's somewhat opinionated.

Related Issues

#4986

Testing

Local build testing.

Checklist

  • Does my change need to be backported to a previous release?
  • I made sure to update CHANGELOG.md.
  • This is unlikely to impact how Ambassador performs at scale.
  • My change is adequately tested.
  • I updated DEVELOPING.md with any any special dev tricks I had to use to work on this code efficiently.
  • The changes in this PR have been reviewed for security concerns and adherence to security best practices.

Keeping with the current system, adds additional clean targets as
necessary to ensure a make images / make clean cycle always functions
properly.

Signed-off-by: Rick Lane <[email protected]>
@rick-a-lane-ii rick-a-lane-ii merged commit 1854ffd into master Apr 24, 2023
@rick-a-lane-ii rick-a-lane-ii deleted the rlane/fix-make-clean branch April 24, 2023 16:54
@rick-a-lane-ii rick-a-lane-ii restored the rlane/fix-make-clean branch April 25, 2023 18:06
@rick-a-lane-ii rick-a-lane-ii deleted the rlane/fix-make-clean branch April 25, 2023 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make clean does not sufficiently clean all internal Docker-related local files
3 participants