Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed Oct 8, 2021
1 parent cdead3f commit 04d4d63
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,6 @@ RUN go mod download

COPY . .

FROM builder AS make
# python
RUN apt update
# kubectl: apt's version does not support --load_restrictor
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
RUN cp kubectl /usr/local/bin
RUN chmod +x /usr/local/bin/kubectl
# squash warnings
RUN kubectl config set-context none
RUN kubectl config use-context none
# protoc
RUN apt install -y protobuf-compiler
# `make pre-commit` will install remaining tools
ADD . /root/go/src/github.com/argoproj/argo-workflows
WORKDIR /root/go/src/github.com/argoproj/argo-workflows
RUN make pre-commit

####################################################################################################

FROM alpine:3 as argoexec-base
Expand Down

0 comments on commit 04d4d63

Please sign in to comment.