Initial commit
Some checks failed
Multiarch build / Build multi-architecture image from scratch (push) Failing after 35s

Signed-off-by: Aleksander Cynarski <aleksander@cynarski.pl>
This commit is contained in:
2025-05-17 18:42:39 +02:00
parent ec209d139d
commit de8c5090f3
3 changed files with 73 additions and 0 deletions

5
Containerfile Normal file
View File

@ -0,0 +1,5 @@
FROM registry.access.redhat.com/ubi9-minimal:9.5
RUN yum install -y kubectl \
&& yum clean all \
&& rm -rf /var/cache/yum