Versions Compared

Key

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

...

Code Block
docker build -t onap/app-py-arm-linux .

Push

...

arm image to the registry

Code Block
docker push onap/app-py-arm-linux:latest

...

Code Block
docker build -t onap/app-py-amd-linux .

Push Intel image to the registry

Code Block
docker push onap/app-py-amd-linux:latest

...