summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-07-18 16:31:04 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-07-21 13:38:28 +0200
commit51c06722c3c33338f62f237920be08c46b77999a (patch)
tree5d5ea0429df71bd3930b1d10b30151db5570d1fb /manage
parent6fbf5180bf17b563c0ef9552ab6aaaf48bc375ae (diff)
downloadsearxng-51c06722c3c33338f62f237920be08c46b77999a.tar.gz
searxng-51c06722c3c33338f62f237920be08c46b77999a.zip
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'manage')
-rwxr-xr-xmanage7
1 files changed, 7 insertions, 0 deletions
diff --git a/manage b/manage
index 6cf562b22..f03343839 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