Skip to content

Commit

Permalink
Update Dockerfile.develop
Browse files Browse the repository at this point in the history
Signed-off-by: Modassar Rana <[email protected]>
  • Loading branch information
modassarrana89 authored Jul 15, 2024
1 parent 01815bb commit 66b4985
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ RUN true \
&& ginkgo version \
&& true

# Use setup-envtest for kubebuilder to use K8s version 1.23+ for autoscaling/v2 (HPA), and 1.29+ for s390x & other architectures
# Use setup-entest for kubebuilder to use K8s version 1.23+ for autoscaling/v2 (HPA)
# Pin envest to specific version until update to go 1.22
RUN true \
&& go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest \
&& setup-envtest use 1.29 \
&& go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240320141353-395cfc74866 \
&& setup-envtest use 1.26 \
&& true

# For GitHub Action 'lint', work around error "detected dubious ownership in repository at '/workspace'"
Expand Down

0 comments on commit 66b4985

Please sign in to comment.