diff --git a/Dockerfile b/Dockerfile index 12c8e3009c..aaa2943982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN make FROM scratch -MAINTAINER Avesh Agarwal +MAINTAINER Avesh Agarwal COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/descheduler diff --git a/Dockerfile.dev b/Dockerfile.dev index e661ba2236..2f626b90cd 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -13,7 +13,7 @@ # limitations under the License. FROM scratch -MAINTAINER Avesh Agarwal +MAINTAINER Avesh Agarwal COPY _output/bin/descheduler /bin/descheduler