mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
ci: provide qualified image tags for docker.io images
Unqualified container images are currently used for CI jobs. In the future this is expected to change. By preparing the cache/mirror and images in minikube with the qualified tags, transition to qualified image names should become easier. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
5fd567f354
commit
a9557f36f3
@ -144,10 +144,15 @@ node('cico-workspace') {
|
||||
}
|
||||
|
||||
// vault:latest and nginx:latest are used by the e2e tests
|
||||
// Tag the images with qualified and unqualified names,
|
||||
// so that moving to qualified names everywhere becomes
|
||||
// possible.
|
||||
podman_pull("docker.io", "vault:latest")
|
||||
ssh "./podman2minikube.sh vault:latest"
|
||||
ssh "./podman2minikube.sh docker.io/vault:latest"
|
||||
podman_pull("docker.io", "nginx:latest")
|
||||
ssh "./podman2minikube.sh nginx:latest"
|
||||
ssh "./podman2minikube.sh docker.io/nginx:latest"
|
||||
}
|
||||
stage('deploy ceph-csi through helm') {
|
||||
timeout(time: 30, unit: 'MINUTES') {
|
||||
|
Reference in New Issue
Block a user