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

Expire commit container images after 1 week #402

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. Expire commit container images after 1 week

    Prior to podman 4.6.0, there is a bug that would cause the expiration
    tag to be added to the "main" container image as well in the main.yaml
    workflow. See the buildah bug report:
    containers/buildah#4632
    
    As a workaround, the --no-cache flag is used to build container images
    with the "build-image" make target.
    
    This workaround, can be removed when we use a runner image that has
    podman>=4.6.0. Currently, the ubuntu-latest runner image is currently
    based on Ubuntu 22.04 and had podman 3.4.4.
    
    close redhat-certification#397
    
    Signed-off-by: mgoerens <[email protected]>
    mgoerens committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    409ba02 View commit details
    Browse the repository at this point in the history