Partner Application Delivery–Docker - UG1630

Kria SOM App Store Applications Developer Deployment Guide for Ubuntu (UG1630)

Document ID
UG1630
Release Date
2023-08-11
Revision
1.0 English

To share the Docker image, push or publish the image to a container library like dockerhub, linuxserver.io, githubpackages, or an equivalent. When using dockerhub, the Kria SOM starter kit Linux requires no additional setup. However, when using other docker registries, application documentation needs to include steps to add the docker registry to the docker configuration.

After a registry is setup, create an account on the chosen repository. Use the following command to push the docker image to the repository:

docker tag <name of docker image> <docker registry>/<name of docker image>:<TAG>
docker push <docker registry>/<name of docker image>:<TAG>