From 51c06722c3c33338f62f237920be08c46b77999a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 18 Jul 2021 16:31:04 +0200 Subject: [PATCH] [mod] ./manage docker.buildx make variables local The environment variables .. - SEARX_GIT_VERSION - VERSION_GITCOMMIT - SEARX_PYTHON_VERSION - GITHUB_USER - SEARX_IMAGE_NAME - BUILD are local to the docker.buildx() function, other variables like GIT_URL are comming from the utils/brand.env file (rebuild by: make buildenv). Signed-off-by: Markus Heiser --- manage | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manage b/manage index 6cf562b2..f0334383 100755 --- a/manage +++ b/manage @@ -177,6 +177,13 @@ docker.buildx() { docker.build() { pyenv.install + local SEARX_GIT_VERSION + local VERSION_GITCOMMIT + local SEARX_PYTHON_VERSION + local GITHUB_USER + local SEARX_IMAGE_NAME + local BUILD + build_msg DOCKER build # run installation in a subprocess and activate pyenv