You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`git describe --tag --dirty` produces a version string based on the nearest git tag, appending commit info and a `-dirty` suffix if there are uncommitted changes.
146
+
Builds use a local layer cache stored in `docker/.buildx-cache`.
147
+
On subsequent runs this avoids re-downloading base layers and reinstalling dependencies.
148
+
Note the `docker/.buildx-cache` directory is over 1GB, and needs to be cleaned up manually.
140
149
141
150
The defaults in `docker-compose.yml` are `DOCKER_REPO=ohmjs` and `VERSION=development`. See [docker-compose.yml](../docker/docker-compose.yml) for details.
0 commit comments