Add missing kubectl image #32

Merged
ipetrov117 merged 4 commits from add-kubectl-image into main 2024-11-22 10:16:54 +01:00
Owner
No description provided.
dprodanov was assigned by ipetrov117 2024-11-22 09:37:41 +01:00
nbelouin was assigned by ipetrov117 2024-11-22 09:37:41 +01:00
ipetrov117 added 1 commit 2024-11-22 09:37:41 +01:00
dprodanov was unassigned by ipetrov117 2024-11-22 09:40:50 +01:00
nbelouin was unassigned by ipetrov117 2024-11-22 09:40:55 +01:00
ipetrov117 requested review from nbelouin 2024-11-22 09:41:03 +01:00
ipetrov117 requested review from dprodanov 2024-11-22 09:41:03 +01:00
ipetrov117 added 2 commits 2024-11-22 09:46:46 +01:00
ipetrov117 added 1 commit 2024-11-22 10:09:02 +01:00
dprodanov approved these changes 2024-11-22 10:12:39 +01:00
dprodanov left a comment
Owner

lgtm!

lgtm!
ipetrov117 merged commit dda8040420 into main 2024-11-22 10:16:54 +01:00
nbelouin reviewed 2024-11-22 10:17:06 +01:00
nbelouin left a comment
Owner

wrong package name I think for kubectl package

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/*
Owner

I think the package name is just kubectl

I think the package name is just `kubectl`
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suse-edge/Factory#32
No description provided.