mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
6 lines
103 B
Docker
6 lines
103 B
Docker
ARG BASEIMAGE
|
|
FROM ${BASEIMAGE}
|
|
ARG ARCH
|
|
COPY ${ARCH}/adapter /
|
|
USER 1001:1001
|
|
ENTRYPOINT ["/adapter"]
|