-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enhancement: Tolerate build:
directive in compose file
#70
Comments
I'm not sure if this is a good idea. The reason podlet does not currently support |
Ah, hadn't considered that aspect and the relationship between the |
Could this issue be reopened? Quadlet now seems to support .build files |
Sorry that I missed this. I'm going through old notifications. #100 is technically a duplicate, but I'll leave this issue closed and that one open to hopefully reduce confusion. |
K9,
May I suggest an approach to tolerating
build:
directives in compose files: Utilize the stanza title orcontainer_name
to infer the name of the local image. For example:Podman compose will generate a container called
netbox-redis
with alatest
tag. Without thecontainer_name
tag this image would be created from the current directory and thenetbox-redis
key. If an image isn't found, an error is warranted.I don't know how much effort this would be but it would add a little compatibility to this excellent tool.
The text was updated successfully, but these errors were encountered: