Azure / iot-edge-testing-utility

IoT Edge testing utility for developers to test, debug and troubleshoot IoT Edge modules.
MIT License
5 stars 8 forks source link

Remove tags section in Docker manifest #6

Closed LazarusX closed 5 years ago

LazarusX commented 5 years ago

Remove tags section in the manifest so that the tags listed in that section are not overwritten with the content of the manifest.

If the tags are overwritten with the manifest, future update to the manifest will fail with error "You specified a manifest list entry from a digest that points to a current manifest list. Manifest lists do not allow recursion".

See https://github.com/estesp/manifest-tool/pull/32 for the usage of tags. The sample manifest in https://github.com/estesp/manifest-tool#createpush also does not have a tags section.