Add missing kubectl image #32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-kubectl-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
lgtm!
wrong package name I think for kubectl package
@ -0,0 +7,4 @@
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/*
I think the package name is just
kubectl