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

8 lines
140 B
Docker

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