From e6085251e2fc377c6fddabb2607d66aff01b514c Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sat, 31 Aug 2024 18:50:17 +0000 Subject: [PATCH] docs(readme): update docs Signed-off-by: Andrei Jiroh Halili --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06a1786..214608f 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,12 @@ Collection of Docker image + Compose recipes and related utilities in one monore ## Build -Use the provided build script to locally build images via Docker (disable BuildKit with `DOCKER_BUILDKIT=0`). +Use the provided build script to locally build images via Docker (disable BuildKit with `DOCKER_BUILDKIT=0`). Because +we use GitLab Dependency Proxy, you may need to override `GITLAB_DEPENDENCY_PROXY_PATH` to your GitLab namespace +URL (e.g. `gitlab.com/your-namespace/here`) and authenicate with Docker CLI before proceeding. ```bash -scripts/build [tag] +[DOCKER_IMAGE_NAME-registry.domain.tld/path/to/image] scripts/build [custom-dockerfile] ``` Add additional `docker build` flags via `DOCKER_BUILD_ARGS` variable as needed. -- 2.51.2