Skip to content

Commit

Permalink
fix: remove kubectl from Dockefile (#822)
Browse files Browse the repository at this point in the history
This isn't used by flux-local
  • Loading branch information
onedr0p authored Dec 31, 2024
1 parent 05de0c9 commit e91606d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN pip install -e .

COPY --from=ghcr.io/fluxcd/flux-cli:v2.4.0 /usr/local/bin/flux /usr/local/bin/flux
COPY --from=docker.io/alpine/helm:3.16.4 /usr/bin/helm /usr/local/bin/helm
COPY --from=docker.io/bitnami/kubectl:1.32.0 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=registry.k8s.io/kustomize/kustomize:v5.4.3 /app/kustomize /usr/local/bin/kustomize

USER 1001
Expand Down

0 comments on commit e91606d

Please sign in to comment.