Skip to content

Commit

Permalink
Add additional docker buildx command to avoid concuurent usage of gra…
Browse files Browse the repository at this point in the history
…lde cache
  • Loading branch information
StefanVanDyck committed Oct 15, 2024
1 parent 9845647 commit 9385755
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ Most of the projects have the Australian gradle repo hard coded and this makes d
Unfortunately it is not possible to share a gradle between different instances of gradle.
That means we can only build a single image at a time.

Additionally a specific buildx builder might be required to build the images.
Again to limit the amount of concurrent gradle instances.
```commandline
docker buildx create --use \  ✔  09:23:28 ▓▒░
--name living-atlas \
--driver docker-container \
--config ./buildkitd.toml
```


### Local
To run the portal locally, you can use the docker-compose files in the [/docker folder](/docker).
Expand Down

0 comments on commit 9385755

Please sign in to comment.