Skip to content

Commit

Permalink
migrate kubebuilder from go/v3 to go/v4; remove beta usage of PodDisr…
Browse files Browse the repository at this point in the history
…uptionBudget...
  • Loading branch information
alphashaw committed Nov 13, 2023
1 parent 3ab0b82 commit be6b4fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployments/docker/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN go mod download
COPY main.go main.go
COPY api api/
COPY internal internal/
COPY controllers controllers/

# Run after copying so the files are generated into
# the docker's api/ folder instead of the host
Expand All @@ -46,4 +45,4 @@ WORKDIR /
COPY --from=builder /workspace/operator .
USER nonroot:nonroot

ENTRYPOINT ["/operator"]
ENTRYPOINT ["/operator"]

0 comments on commit be6b4fe

Please sign in to comment.