init
This commit is contained in:
parent
9075c63ed3
commit
4a7a687b97
@ -75,6 +75,18 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
cat <<EOF > /tekton/home/.netrc
|
||||||
|
machine nexus.unbox-x.net
|
||||||
|
login richard.bak
|
||||||
|
password "@Sunny5465"
|
||||||
|
EOF
|
||||||
|
|
||||||
|
mkdir -p /tekton/home/.config/pypoetry
|
||||||
|
cat <<EOF > /tekton/home/.config/pypoetry/auth.toml
|
||||||
|
[http-basic.unbox-x-group]
|
||||||
|
username = "richard.bak"
|
||||||
|
password = "@Sunny5465"
|
||||||
|
EOF
|
||||||
|
|
||||||
- name: kaniko-build
|
- name: kaniko-build
|
||||||
image: gcr.io/kaniko-project/executor:v1.23.2
|
image: gcr.io/kaniko-project/executor:v1.23.2
|
||||||
@ -91,6 +103,4 @@ spec:
|
|||||||
- --skip-tls-verify
|
- --skip-tls-verify
|
||||||
- --verbosity=info
|
- --verbosity=info
|
||||||
- --reproducible
|
- --reproducible
|
||||||
{{- range ( split " " .Params.kanikoArgs ) }}
|
|
||||||
- {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user