science-computing / butido

Build Linux packages using Docker containers
Eclipse Public License 2.0
22 stars 8 forks source link

Improve the consistency and handling of "-I, --image" CLI arguments #394

Closed primeos-work closed 3 months ago

primeos-work commented 3 months ago

75af1a6 Support short image names for the "endpoint containers list" command de8bf88 Support the short "-I" option for all CLI arguments that take an image 2f81bf2 Support short image names for the "db submits" command b07c77e Shorten the image names in the "db submit" output (table) 6734d3c Turn the warnings for duplicate container images names into errors 260b4d7 Convert the image name lookup helper function into a struct+trait

primeos-work commented 3 months ago

The implementation isn't really pretty but should hopefully be fine for now.