Skip to content

Commit

Permalink
docs(readme): update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
  • Loading branch information
ajhalili2006 committed Aug 31, 2024
1 parent c925221 commit e608525
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <image> [tag]
[DOCKER_IMAGE_NAME-registry.domain.tld/path/to/image] scripts/build <image> [custom-dockerfile]
```

Add additional `docker build` flags via `DOCKER_BUILD_ARGS` variable as needed.

0 comments on commit e608525

Please sign in to comment.