Image repositoryΒΆ
Every team gets its own image repository where they push the images they run on Nais.
When using the nais/docker-build-push-action in your workflow, this repository is used automatically.
Image RestrictionΒΆ
Nais restricts the use of images from other image registries for two main reasons.
- We verify that the image has been uploaded either by an authorized Nais user or Github repository.
- The provided repository uses Image Streaming, ensuring consistently fast start-up times when auto-scaling or during platform maintenance.
Using third-party imagesΒΆ
To use a third-party Docker image, you must upload it to your teamβs repository. See the Upload Third-Party Image guide for instructions.