When creating a custom Attester type that was composed of a *container.Node, it became required to duplicate a lot of the code such as SanitizeName, and other utilities.
It would also be beneficial to have access to the Docker keyring. It might be better to make these exported to make building custom generic container types easier.
When creating a custom Attester type that was composed of a
*container.Node, it became required to duplicate a lot of the code such as SanitizeName, and other utilities.It would also be beneficial to have access to the Docker keyring. It might be better to make these exported to make building custom generic container types easier.