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