forked from openwrt/asu
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podman: don't use podman in podman but pass a socket
By setting `CONTAINER_SOCK` prior to running `podman-compose up` the socket path is passed into the worker container and `CONTAINER_HOST` is automatically set. The workers then use `podman` to build images instead of running it *bare metal*. One should set `PUBLIC_PATH`, too, which points to the place where to store images and json files. Signed-off-by: Paul Spooren <mail@aparcar.org>
- Loading branch information
Showing
2 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters