You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM registry.access.redhat.com/ubi9/ubi:9.5 AS build
USER 0
# Install kubedock
ENV KUBEDOCK_VERSION 0.14.0
RUN curl -L https://github.com/joyrex2001/kubedock/releases/download/${KUBEDOCK_VERSION}/kubedock_${KUBEDOCK_VERSION}_linux_amd64.tar.gz | tar -C /usr/local/bin -xz \
&& chmod +x /usr/local/bin/kubedock
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5