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

feat(docker): multi-arch Dockerfile #668

Merged
merged 1 commit into from
Jul 8, 2019

Commits on Jun 14, 2019

  1. feat(docker): multi-arch Dockerfile

    Adds an entirely new Dockerfile to the repository root which is capable of:
    
    - building promtail and loki from the same image
    - based on `scratch`, so that the final image can be executed on every supported
      GOARCH
    
    Please note that this Dockerfile should always be built using
    BuildKit (`buildctl` or `DOCKER_BUILDKIT=1` in recent versions) for maximum
    performance, as BuildKit's DAG allows for smart skipping of uneeded stages.
    
    These changes were proposed in #659
    sh0rez committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    f7987c0 View commit details
    Browse the repository at this point in the history