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

Validate the build image #456

Merged
merged 1 commit into from Sep 12, 2023
Merged

Validate the build image #456

merged 1 commit into from Sep 12, 2023

Commits on Sep 12, 2023

  1. Validate the build image

    Kamal needs images to have the service label so it can track them for
    pruning. Images built by Kamal will have the label, but externally built
    ones may not.
    
    Without it images will build up over time. The worst case is an outage
    if all the hosts disks fill up at the same time.
    
    We'll add a check for the label and halt if it is not there.
    djmb committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    66291a2 View commit details
    Browse the repository at this point in the history