Skip to content

Commit

Permalink
Deprecate setting release version in the container source file
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
chaitanyaenr committed Jul 18, 2024
1 parent 9378cd7 commit 56ff0a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 0 additions & 24 deletions containers/Dockerfile-ppc64le

This file was deleted.

0 comments on commit 56ff0a8

Please sign in to comment.