github.com/openfga/openfga@v1.5.4-rc1/Dockerfile.goreleaser (about)

     1  FROM cgr.dev/chainguard/static@sha256:dea7cbb98630ecf732c9d840edec0bda5da5c0c7967a25354fb9f3d8c7f87c1a
     2  COPY assets /assets
     3  COPY openfga /
     4  
     5  # Goreleaser does not support multi-stage builds. See:
     6  # https://github.com/goreleaser/goreleaser/issues/609
     7  #
     8  # Dependabot is also not capable of updating inline image copies at this time, so
     9  # this needs to be updated manually until one of these issues is resolved.
    10  COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.25 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
    11  ENTRYPOINT ["/openfga"]