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

Signed-off-by: Aleksander Cynarski <aleksander@cynarski.pl>
This commit is contained in:
2025-05-17 11:27:01 +02:00
parent ec209d139d
commit f5fabba5b7
3 changed files with 74 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