Lines Matching refs:container
4 (docker/podman) container image necessary to build Floss. If building a new
5 docker/podman image, run `container-build-image.py` with the tag `floss:latest`.
37 container-build-image.py --tag floss:latest
41 `container-build-image.py`.
44 specifically when invoking `build-in-container.py`.
54 ## Using the container image to build
56 Once the container image is built (and assuming it's tagged as `floss:latest`), you
57 should use the `build-in-container.py` script to build the current repo.
61 build-in-container.py
66 source to `/root/src` before running these commands in the container:
73 `build-in-container.py --only-start`. This will only start the container for you
78 ./build-in-container.py --only-start
79 podman exec -it floss-container-runner /root/src/build.py --target test
83 `build-in-container.py` to prevent unexpected build failures