Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions universal/ubi10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
oc completion bash > /usr/share/bash-completion/completions/oc
tkn completion bash > /usr/share/bash-completion/completions/tkn
Expand Down
7 changes: 7 additions & 0 deletions universal/ubi9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
oc completion bash > /usr/share/bash-completion/completions/oc
tkn completion bash > /usr/share/bash-completion/completions/tkn
Expand Down
Loading