Added options to mount nexus secrets
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
"name": "slot-ui",
|
"name": "slot-ui",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
"args": {
|
"options": [
|
||||||
"VARIANT": "latest"
|
"--secret", "id=nexus_login,src=/tmp/nexus_login",
|
||||||
}
|
"--secret", "id=nexus_pwd,src=/tmp/nexus_pwd"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"
|
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"
|
||||||
|
|||||||
Reference in New Issue
Block a user