clearcontainers / runtime

OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Apache License 2.0
589 stars 70 forks source link

Remove agent version from cc-env output #1058

Open jodh-intel opened 6 years ago

jodh-intel commented 6 years ago

The Agent version field in the cc-env output...

$ cc-runtime cc-env|grep -A 2 Agent
[Agent]
  Type = "hyperstart"
  Version = "<<unknown>>"

... is always <<unknown>> as there is no clean way to query it.

This could be done using losetup + mount, but for now atleast we're putting that functionality into the collect script (see #1055).

Remove Agent.Version from the cc-env output as it serves no purpose.