Versions Compared

Key

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

...

In general, the process to build a multiplatform-cpu architecture agnostic container image follows the flow depicted on the following figure.

...

Gliffy Diagram
namebuilding-multi-cpu-container-image
pagePin78

Example using a Python Micro-Service

...

The following diagram captures the main steps we need to take to enable multiplatform-cpu architecture agnostic containers:

(1) and (2) Build and push container images for each cpu-architectureplatform.

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

(4) Pull and run the exact same image/tag  on different cpu architecturesplatforms.

Gliffy Diagram
size1200
nameparis-f2f-workshop
pagePin16

...

Digging a little bit deeper into step (4), the following diagram shows the relationship between a manifest list and image manifests for our multiplatform-cpu architecture agnostic image (tag).


Gliffy Diagram
nameoci-fat-manifest
pagePin5

...