-
Push Your First Image
Push Your First Image
This tutorial walks through the process of building a container image and storing it in Satama.
Step 1: Build a Container Image
First build your container image locally:
And verify that the image exists locally Here you should see your imageStep 2: Tag the Image
Before pushing the image to Satama, it must be tagged with the registry path.
For a detailed explanation of tagging images, see Tag image
Step 3: Authenticate to Satama
Log in to Satama by personal CLI token or by Robot account.
Step 4: Push the Image
Push the tagged image to the registry.
For more detail about pushing imageStep 5: Verify the Image
After pushing the image, open the Satama Web UI and verify that the repository and tag appear in your project.
You can learn more about navigating the Web interface