Some checks failed
Multiarch build / Build multi-architecture image from scratch (push) Failing after 31s
Signed-off-by: Aleksander Cynarski <aleksander@cynarski.pl>
5 lines
130 B
Docker
5 lines
130 B
Docker
FROM registry.access.redhat.com/ubi9-minimal:9.5
|
|
|
|
RUN yum install -y kubectl \
|
|
&& yum clean all \
|
|
&& rm -rf /var/cache/yum |