Versions Compared

Key

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

...

(3)  Create and push a manifest list for the images above

(34) Pull and run the exact same image/tag  on different cpu architectures.

...

Following are the commands needed to create a multi-cpu architecture container image. Let's call the image onap/multipy-cpu-app-py.

Note that this flow can be used during the ONAP development-test-debug process. For the release process, the flow is implemented using CI/CD pipelines as shown in the next section.

...

Code Block
docker manifest push onap/multipy-cpu-app-py


Building Multi-CPU container images using CI/CD pipelines

...