Skip to content

Commit

Permalink
feature(main): add version and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Jan 27, 2022
1 parent 69db0b4 commit a5f1844
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dockerfiles/cepctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
FROM alpine:latest
MAINTAINER "cuisongliu <cuisongliu@qq.com>"

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"]

0 comments on commit a5f1844

Please sign in to comment.