deploy: use docker.io for unqualified image names

Images that have an unqualified name (no explicit registry) come from
Docker Hub. This can be made explicit by adding docker.io as prefix. In
addition, the default :latest tag has been added too.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-11-23 14:29:59 +01:00
committed by mergify[bot]
parent 7a69c5e238
commit eaeee8ac3d
9 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: web-server
image: nginx
image: docker.io/nginx:latest
volumeMounts:
- name: mypvc
mountPath: /var/lib/www/html

View File

@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: web-server
image: nginx
image: docker.io/nginx:latest
volumeMounts:
- name: mypvc
mountPath: /var/lib/www/html

View File

@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: web-server
image: nginx
image: docker.io/nginx:latest
volumeMounts:
- name: mypvc
mountPath: /var/lib/www/html

View File

@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: web-server
image: nginx
image: docker.io/nginx:latest
volumeMounts:
- name: mypvc
mountPath: /var/lib/www