diff --git a/universal/ubi10/Dockerfile b/universal/ubi10/Dockerfile index f2a8751b..aca23a6b 100644 --- a/universal/ubi10/Dockerfile +++ b/universal/ubi10/Dockerfile @@ -588,6 +588,13 @@ cd - rm -rf "${TEMP_DIR}" EOF +## mise +RUN dnf -y install 'dnf-command(copr)' && \ + dnf -y copr enable jdxcode/mise && \ + dnf -y install mise && \ + dnf clean all && \ + rm -rf /var/cache/dnf + RUN < /usr/share/bash-completion/completions/oc tkn completion bash > /usr/share/bash-completion/completions/tkn diff --git a/universal/ubi9/Dockerfile b/universal/ubi9/Dockerfile index d818db07..0abfcda0 100644 --- a/universal/ubi9/Dockerfile +++ b/universal/ubi9/Dockerfile @@ -555,6 +555,13 @@ cd - rm -rf "${TEMP_DIR}" EOF +## mise +RUN dnf -y install 'dnf-command(copr)' && \ + dnf -y copr enable jdxcode/mise centos-stream+epel-next-9 && \ + dnf -y install mise && \ + dnf clean all && \ + rm -rf /var/cache/dnf + RUN < /usr/share/bash-completion/completions/oc tkn completion bash > /usr/share/bash-completion/completions/tkn