Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker manifest create onap/py-app \ 
                       onap/py-app-arm64v8 \ 
                       onap/py-app-amd64 


Verify that the manifest describes a

...

platform-

...

agnostic container image.


Code Block
docker manifest inspect --verbose onap/py-app

...