diff --git a/kubectl-image/Dockerfile b/kubectl-image/Dockerfile index c4a4e5e..11a4f87 100644 --- a/kubectl-image/Dockerfile +++ b/kubectl-image/Dockerfile @@ -7,7 +7,7 @@ FROM registry.suse.com/bci/bci-micro:$SLE_VERSION AS micro FROM registry.suse.com/bci/bci-base:$SLE_VERSION AS base COPY --from=micro / /installroot/ -RUN zypper --installroot /installroot --non-interactive install --no-recommends kubectl-1303; zypper -n clean; rm -rf /var/log/* +RUN zypper --installroot /installroot --non-interactive install --no-recommends kubectl; zypper -n clean; rm -rf /var/log/* FROM micro AS final diff --git a/kubectl/kubectl.spec b/kubectl/kubectl.spec index 05facc5..05bf147 100644 --- a/kubectl/kubectl.spec +++ b/kubectl/kubectl.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} -Name: kubectl-1303 +Name: kubectl Version: 1.30.3 Release: 0 Summary: Command-line utility for interacting with a Kubernetes cluster