Deprecate setting release version in the container source file

This commit also deprecates building container image for ppc64le as it
is not actively maintained. We will add support if users request for it
in the future.

Signed-off-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com>
This commit is contained in:
Naga Ravi Chaitanya Elluri
2024-07-18 12:56:08 -04:00
parent 9378cd74cd
commit 56ff0a8c72
2 changed files with 0 additions and 27 deletions
-3
View File
@@ -17,9 +17,6 @@ ARG TAG
RUN groupadd -g 1001 krkn && useradd -m -u 1001 -g krkn krkn
RUN dnf update -y
# krkn version that will be built
ENV KRKN_VERSION v1.6.2
ENV KUBECONFIG /home/krkn/.kube/config
# install kubectl