mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
This commit introduces a Dockerfile with some basic deployment instructions, as well as a makefile for convinience.
8 lines
71 B
Docker
8 lines
71 B
Docker
FROM scratch
|
|
|
|
COPY adapter /
|
|
|
|
USER 1001:1001
|
|
|
|
ENTRYPOINT ["/adapter"]
|
|
|