Skip to content
Snippets Groups Projects
Verified Commit f6e5cbd6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(koolbox): Address krew with absolute path

For a reason I haven't fully figured out yet, the kubectl plugin
discovery in kaniko doesn't work like in podman or docker. This is
probably due to how they invoke shells for the container build. Either
way, this adjustment should hopefully fix it.
parent 46812dd1
No related branches found
No related tags found
No related merge requests found
Pipeline #16134 failed
release=0.4.0 release=0.4.1
...@@ -190,9 +190,9 @@ RUN true \ ...@@ -190,9 +190,9 @@ RUN true \
&& true && true
RUN true \ RUN true \
&& /usr/local/bin/kubectl krew install cyclonus \ && /usr/local/bin/kubectl-krew install cyclonus \
&& /usr/local/bin/kubectl krew install outdated \ && /usr/local/bin/kubectl-krew install outdated \
&& /usr/local/bin/kubectl krew install access-matrix \ && /usr/local/bin/kubectl-krew install access-matrix \
&& true && true
# Create workspace # Create workspace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment