go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/server/cmd/statsd-to-tsmon/docker/envoy/Dockerfile (about) 1 # Copyright 2020 The LUCI Authors. All rights reserved. 2 # Use of this source code is governed under the Apache License, Version 2.0 3 # that can be found in the LICENSE file. 4 5 FROM gcr.io/distroless/static:latest 6 7 COPY bin/statsd-to-tsmon ./statsd-to-tsmon 8 COPY statsd-to-tsmon.cfg /etc/statsd-to-tsmon/config.cfg 9 10 USER nobody 11 12 ENTRYPOINT ["./statsd-to-tsmon"]