hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
224 stars 61 forks source link

Fix podman 5.0 unmarshall error. #332

Closed hbsnmyj closed 2 months ago

hbsnmyj commented 3 months ago

Podman 5.0 introduces some inspect API type changes: commit, breaking the unmarshal code. Since we don't use the fields, we just delete them. See Issue #331.

Testing:

Note:

hashicorp-cla commented 3 months ago

CLA assistant check
All committers have signed the CLA.

torrancew commented 2 months ago

It would be great to get this merged, it appears to be breaking Archlinux Nomad+Podman 5.0 deployments

skoppe commented 1 month ago

Time for a new release?