2024-06-03 09:09:13 +02:00
|
|
|
ARG BASE_IMAGE=registry.opensource.zalan.do/library/static:latest
|
2022-06-24 17:31:35 +02:00
|
|
|
FROM ${BASE_IMAGE}
|
2021-01-15 14:21:26 +01:00
|
|
|
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
|
2018-10-08 13:17:05 +02:00
|
|
|
|
2022-06-24 17:31:35 +02:00
|
|
|
ARG TARGETARCH
|
|
|
|
|
|
|
|
|
|
ADD build/linux/${TARGETARCH}/kube-metrics-adapter /
|
2018-10-08 13:17:05 +02:00
|
|
|
|
|
|
|
|
ENTRYPOINT ["/kube-metrics-adapter"]
|