You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a simple tool called nomad-packfile to be able to deploy several packs all at once. The tool reads a yaml file with the desired state and call nomad-pack to synchronize the state with the nomad cluster(s) (strongly inspired by hemlfile).
I would like to be able to pin packs to a given version, but I don't see how can that be done. I see you can use a registry branch, but I don't see how can you refer to a given version (from the metadata) of a pack.
Thanks in advance (and for nomad-pack)
The text was updated successfully, but these errors were encountered:
Hello!
I am writing a simple tool called
nomad-packfile
to be able to deploy several packs all at once. The tool reads a yaml file with the desired state and callnomad-pack
to synchronize the state with the nomad cluster(s) (strongly inspired by hemlfile).I would like to be able to pin packs to a given version, but I don't see how can that be done. I see you can use a registry branch, but I don't see how can you refer to a given version (from the metadata) of a pack.
Thanks in advance (and for nomad-pack)
The text was updated successfully, but these errors were encountered: