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

Stack fix & create new volume cache for kaniko instead of re-using build cache #1789

Merged
merged 10 commits into from
Jun 21, 2023

Commits on May 30, 2023

  1. Create new volume cache for kaniko instead of re-using build cache

    This removes the unnecessary restriction that the build cache must be a volume cache
    in order to use extensions.
    
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed May 30, 2023
    Configuration menu
    Copy the full SHA
    63d1592 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    7325122 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    57b70cd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge pull request #1795 from joe-kimmel-vmw/nostacksforyou

    only add the stack arg to lifecycle for older platform APIs
    natalieparellano authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    46ba61f View commit details
    Browse the repository at this point in the history
  2. Fix acceptance

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3be39f9 View commit details
    Browse the repository at this point in the history
  3. Fix extension

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c965586 View commit details
    Browse the repository at this point in the history
  4. Fix acceptance

    The fixture changed, so its SHA changed
    
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    57fd8c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fallback to old behavior of re-using the build cache on older platfor…

    …m api
    
    Without this change, users would be required to upgrade their lifecycle to 0.17.0
    when consuming pack 0.30.0 if using build image extension,
    as the restorer would fail to write to the /kaniko directory.
    
    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e618ace View commit details
    Browse the repository at this point in the history
  2. Add unit test

    Signed-off-by: Natalie Arellano <[email protected]>
    natalieparellano committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    edc796f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    2d62080 View commit details
    Browse the repository at this point in the history