This commit is contained in:
병준 박 2025-04-14 21:46:36 +00:00
parent 9075c63ed3
commit 4a7a687b97

View File

@ -75,6 +75,18 @@ spec:
}
}
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
image: gcr.io/kaniko-project/executor:v1.23.2
@ -91,6 +103,4 @@ spec:
- --skip-tls-verify
- --verbosity=info
- --reproducible
{{- range ( split " " .Params.kanikoArgs ) }}
- {{ . }}
{{- end }}