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

fix: New cleanup when using --cleanup flag (#1406) #3130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mbenson
Copy link

@mbenson mbenson commented Apr 22, 2024

Fixes #1406

Description

Rebase and re-push of #2783, requests for which the original author for unknown reasons did not satisfy.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes unit tests
  • Adds integration tests if needed.

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

Release Notes

Stage-dependent files are now removed from kaniko root directory after building the image, improving the reliability of multiple invocations of the kaniko executor in the same container.

Copy link

google-cla bot commented Apr 22, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@mbenson
Copy link
Author

mbenson commented Apr 22, 2024

The requests on the original PR were due to the CI/CD tests not kicking off, which still seems to be the case. Could this be due to the commit not including any test modifications?

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.

multistage build in same container fails because cross stage deps are not cleaned up ( symlinks )
2 participants