Open blmhemu opened 9 months ago
Hi @blmhemu and thanks for raising this issue. This makes sense and is something we could add to the build and release process, so I'll add it to our roadmap for future discussion. I think it also makes sense to move this issue into the Podman driver repository, as it is where this work would be conducted.
This is a bit problematic because Nomad searches for plugins in data_dir
. Possibly Nomad first needs to be changed so it looks for plugins in a predefined /usr
or /opt
directory, like it happens for CNI plugins.
Proposal
Adding nomad podman driver to the official distribution channels would greatly help the usage of such drivers.
Use-cases
The status-quo is to download the drivers and place them in the respective folders. This is not ideal for automated installs - need scripts to download the latest release, do checksum verification and place it in require destination.
Attempted Solutions
Mentioned above.