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

Generate and verify labels of Docker image during release #10013

Merged
merged 1 commit into from
Aug 9, 2022

Commits on Aug 9, 2022

  1. build(ci): verify labels of Docker image

    Updates the release process to generate the correct labels for the
    Docker image, and verify them, failing the release process (and not
    pushing the image) if they are wrong.
    
    Ideally, this would be done before the Maven release to avoid wasting
    time if the image would produce the wrong labels. Doing this is quite a
    bit of refactoring of the CI pipeline unfortunately, and producing the
    wrong labels is most likely an issue with the CI pipeline itself, which
    should not happen very often. Errors in the Dockerfile itself would be
    checked by the GHA pipeline, which should cover the important cases and
    runs on each pull.
    npepinpe committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    51716bb View commit details
    Browse the repository at this point in the history