Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit d19a04c

Browse files
committed
chore: remove kubectl from image
Remove kubectl from the docker image. Signed-off-by: Ben Oukhanov <[email protected]>
1 parent c69b261 commit d19a04c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ FROM quay.io/fedora/fedora-minimal:39
1111
RUN cd /usr/bin && \
1212
curl -L https://github.com/kubevirt/kubevirt/releases/download/v1.0.0/virtctl-v1.0.0-linux-amd64 --output virtctl && \
1313
chmod +x virtctl && \
14-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
15-
chmod +x kubectl && \
1614
microdnf install -y gzip qemu-img libguestfs-tools-c && \
1715
microdnf clean all -y
1816
COPY --from=builder /app/kubevirt-disk-uploader /usr/local/bin/kubevirt-disk-uploader

0 commit comments

Comments
 (0)