hbm
hbm copied to clipboard
Allow running locally built images with arbitrary names
Hi,
We want to allow users to build and tag images and then run them. We have managed to allow users to do so with images matching a specific name by adding a HBM resource:
# hbm resource ls -f 'type=image'
NAME TYPE VALUE OPTIONS COLLECTIONS
my_image image my_image
The above allows users to use the name "my_image". However, we expect to end up in a situation where many images will be built and tagged locally and having to explicitly white-list image names does not scale very well.
Is it possible to / would it be possible to add support for wildcard image names?