Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
inkluster-dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0211efeb
authored
2025-01-17 14:16:55 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set correct working kustomize version, and fix plugin folder creation.
1 parent
63942d9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Dockerfile
Dockerfile
View file @
0211efe
...
...
@@ -19,7 +19,7 @@ ARG KUBECTL_VERSION=1.24.1
ADD
https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl /srv/kubectl
FROM
scratch AS kustomize-remote
ARG KUSTOMIZE_VERSION=3.8.0
ARG KUSTOMIZE_VERSION=3.8.
1
0
#ARG KUSTOMIZE_VERSION=5.5.0
ADD
https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz /srv/kustomize_linux_amd64.tar.gz
...
...
@@ -67,7 +67,7 @@ RUN true && set -x && \
tar -C
$HELM_PLUGINS
-xf /srv/helm-git.tar.gz
&&
\
helm version
&&
helm plugin list
&&
\
helmfile version
&&
\
mkdir -p .config/kustomize/plugin
s
&&
\
mkdir -p .config/kustomize/plugin
&&
\
mkdir .ssh
&&
chmod 700 .ssh
&&
\
true
...
...
Please
register
or
sign in
to post a comment