You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every team gets it's own image repository where they push the images they run on Nais.
4
+
5
+
When using the [nais/docker-build-push](https://github.com/nais/docker-build-push)-action in your workflow, this repository is used automatically.
6
+
7
+
## Image Restriction
8
+
9
+
Nais restricts the use of images from other image registries for two main reasons.
10
+
11
+
1. We verify that the image has been uploaded either by a authorized Nais user or Github repository.
12
+
2. The provided repository uses [Image Streaming](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming), ensuring consistently fast start-up times when auto-scaling or during platform maintenance.
13
+
14
+
## Using third-party images
15
+
16
+
To use a third-party Docker image, you must upload it to your team’s repository. See the [Upload Third-Party Image](../how-to/upload-image.md) guide for instructions.
0 commit comments