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

dockerfile: Do a clean build in the dockerfile #54

Merged
merged 1 commit into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. dockerfile: Do a clean build in the dockerfile

    When building a docker container, perform a clean build of the
    component within the container instead of relying on the
    go toolchain on the invoking machine and whatever the latest
    (possibly stale) binary in the directory tree is.
    
    Build dependency caching is enabled to reduce download times.
    
    OCI container labels are added to provide standard container
    metadata.
    
    File locations, default invocation etc is the same as the
    original Dockerfile.
    ringerc committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a77234c View commit details
    Browse the repository at this point in the history