Skip to content

Commit

Permalink
Upgrade devel image dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Mar 8, 2024
1 parent 2d4ce1a commit 62d47cc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions images/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@
ARG GOLANG_VERSION=x.x.x
FROM golang:${GOLANG_VERSION}

ARG CLIENT_GEN_VERSION=v0.26.1
ARG CONTROLLER_GEN_VERSION=v0.9.2
ARG GOLANGCI_LINT_VERSION=v1.52.0
ARG MOQ_VERSION=v0.3.3

RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION} \
&& go install github.com/matryer/moq@${MOQ_VERSION} \
&& go install sigs.k8s.io/controller-tools/cmd/controller-gen@${CONTROLLER_GEN_VERSION} \
&& go install k8s.io/code-generator/cmd/client-gen@${CLIENT_GEN_VERSION}
&& go install github.com/matryer/moq@${MOQ_VERSION}

# We need to set the /work directory as a safe directory.
# This allows git commands to run in the container.
RUN git config --file=/.gitconfig --add safe.directory /work

0 comments on commit 62d47cc

Please sign in to comment.