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

builder: add flag file noting the identity of the container image #143

Merged
merged 1 commit into from
Sep 30, 2023

Commits on Sep 30, 2023

  1. builder: add flag file noting the identity of the container image

    In practice, build.sh now expects to run in the specific container image
    we ship; we're not going to support other build environments.  Make that
    explicit by adding a flag file that build.sh can check for.  Include a
    version number, which we can increment if we substantially change the
    image's functionality in future.
    
    The build.sh side will be added in a followup after the image is rebuilt.
    
    Signed-off-by: Benjamin Gilbert <[email protected]>
    bgilbert committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e548752 View commit details
    Browse the repository at this point in the history