Commit Graph

3 Commits

Author SHA1 Message Date
Stefan Weil
ecf278d84b scripts/container.sh: support podman on macOS
The default user and group IDs on macOS are different from those used on Linux,
so add the expected ones explicitly.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-04-16 20:29:34 +02:00
Tom Herbers
17731ae8fd
scripts/container.sh: allow for empty Branch Names and git errors (#2363)
Resolves #2362
2022-01-01 19:20:41 +01:00
Martin Weinelt
6728c4a103
Add helper to run a containerized build environment (#2292)
Using `make container` or, if you don't have automake/gmake on your host
system, `./scripts/container.sh` will build an image for the current
branch your are on and drop you into a shell running inside a container
using that image.

From there all tooling required to work on Gluon is available.

Supports both podman (preferred) and docker.
2021-12-21 21:40:27 +01:00