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

[0.8.x] more ci related backports #1290

Merged
merged 3 commits into from
Jul 25, 2023
Merged

Commits on Jul 25, 2023

  1. Clean up e2e test images more gracefully

    because we're getting weird behaviour when testing with a local
    registry:2 where it won't let us delete manifests by tag. so we're now
    explictly storing and deleting the actual digest of the image we create
    
    Co-authored-by: Tom Kennedy <[email protected]>
    chenbh and tomkennedy513 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ee3ed8d View commit details
    Browse the repository at this point in the history
  2. login to docker before pushing lifecycle image

    it seems that we were relying on a race condition of another job logging
    into docker before we push/relocate the lifecycle image
    
    Signed-off-by: Bohan Chen <[email protected]>
    chenbh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e36e3cb View commit details
    Browse the repository at this point in the history
  3. test

    Signed-off-by: Bohan Chen <[email protected]>
    chenbh committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c83542f View commit details
    Browse the repository at this point in the history