github.com/GoogleContainerTools/skaffold@v1.39.18/examples/multi-config-microservices/base/Dockerfile (about)

     1  FROM gcr.io/distroless/base
     2  # Define GOTRACEBACK to mark this container as using the Go language runtime
     3  # for `skaffold debug` (https://skaffold.dev/docs/workflows/debug/).
     4  ENV GOTRACEBACK=single
     5  CMD ["./app"]