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
Copy file name to clipboardexpand all lines: docs/workloads/explanations/imagerepository.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Image repository
2
2
3
-
Every team gets it's own image repository where they push the images they run on Nais.
3
+
Every team gets its own image repository where they push the images they run on Nais.
4
4
5
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
6
7
7
## Image Restriction
8
8
9
9
Nais restricts the use of images from other image registries for two main reasons.
10
10
11
-
1. We verify that the image has been uploaded either by a authorized Nais user or Github repository.
11
+
1. We verify that the image has been uploaded either by an authorized Nais user or Github repository.
12
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.
0 commit comments