Create a rootless UBI image for zeromq for manufacturing. This is a base image to add things like EII to, so you wont execute this container directly.
Fedora 34+ or Rhel8 + machine with podman installed
To build this container:
podman build -t zeromq .
This will allow you to start the broker as a POC test
podman build -t zeromq-test ./test
Get image id from podman image list
podman image list
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/zeromq-test latest 82ef3bcf8bca 11 minutes ago 298 M
podman run -it <IMAGE ID>