From 1f0e21db732415a098be7697bda5627db8c19b48 Mon Sep 17 00:00:00 2001 From: Yuwen Ma Date: Thu, 11 Apr 2019 16:02:05 -0700 Subject: [PATCH] Rebase CPA to distroless This is part of the effort described in kep kubernetes/enhancements#900 --- Dockerfile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile.in b/Dockerfile.in index 6f264e66..1de857e2 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -12,12 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM scratch +FROM gcr.io/distroless/static:latest MAINTAINER Zihong Zheng ADD bin/ARG_ARCH/ARG_BIN /ARG_BIN -# nobody:nobody -USER 65534:65534 ENTRYPOINT ["/ARG_BIN"]