We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b71fd commit 4180a31Copy full SHA for 4180a31
Dockerfile
@@ -8,7 +8,4 @@ ARG TARGETOS
8
9
LABEL maintainer="jenkins-x"
10
11
-# lets get the jx command to download the correct plugin version
12
-ENV JX_CHARTER_VERSION $VERSION
13
-
14
-RUN jx charter --help
+COPY ./build/linux/jx-charter /usr/bin/jx-charter
charts/jx-charter/values.yaml
@@ -32,8 +32,7 @@ resources:
32
33
restartPolicy: Always
34
command:
35
-- jx
36
-- charter
+- jx-charter
37
- run
38
args: []
39
env:
0 commit comments