From c1108aab19c639ec719116411ae7a6da6aaf127e Mon Sep 17 00:00:00 2001 From: Christophe Vila Date: Fri, 31 Oct 2025 23:42:12 +0100 Subject: [PATCH] Added options to mount nexus secrets --- .devcontainer/ui/devcontainer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/ui/devcontainer.json b/.devcontainer/ui/devcontainer.json index 6f9e0f0..4f33a42 100644 --- a/.devcontainer/ui/devcontainer.json +++ b/.devcontainer/ui/devcontainer.json @@ -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"