From a5f1844dddf8c5619c2f26430112eab43d0ed899 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Thu, 27 Jan 2022 14:57:02 +0800 Subject: [PATCH] feature(main): add version and actions --- dockerfiles/cepctl/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dockerfiles/cepctl/Dockerfile b/dockerfiles/cepctl/Dockerfile index 53fffca..ed257a6 100644 --- a/dockerfiles/cepctl/Dockerfile +++ b/dockerfiles/cepctl/Dockerfile @@ -15,11 +15,7 @@ FROM alpine:latest MAINTAINER "cuisongliu " -ENTRYPOINT ["/usr/bin/cepctl"] - ARG TARGETPLATFORM WORKDIR /root RUN --mount=target=/build tar xf /build/dist/endpoints-operator_*_$(echo ${TARGETPLATFORM} | tr '/' '_' | sed -e 's/arm_/arm/').tar.gz && cp cepctl /usr/bin - -CMD ["--help"]