karmada/cluster/images/karmada-scheduler-estimator/Dockerfile

8 lines
137 B
Docker

FROM alpine:3.7
RUN apk add --no-cache ca-certificates
ADD karmada-scheduler-estimator /bin/
CMD ["/bin/karmada-scheduler-estimator"]