Commit 8139eb76 authored by Masaki Kimura's avatar Masaki Kimura

Change rbd base image back to fedora 26

Due to the compatiblility issue for ceph server, it needs to change back to fedora 26 from fedora 28, as a workaround.
parent fbb2dfcc
amd64=fedora:28
arm64=arm64v8/fedora:28
ppc64le=ppc64le/fedora:28
amd64=fedora:26
arm64=arm64v8/fedora:26
ppc64le=ppc64le/fedora:26
......@@ -89,7 +89,7 @@ var (
VolumeNFSServer = ImageConfig{e2eRegistry, "volume/nfs", "1.0"}
VolumeISCSIServer = ImageConfig{e2eRegistry, "volume/iscsi", "1.0"}
VolumeGlusterServer = ImageConfig{e2eRegistry, "volume/gluster", "1.0"}
VolumeRBDServer = ImageConfig{e2eRegistry, "volume/rbd", "1.0"}
VolumeRBDServer = ImageConfig{e2eRegistry, "volume/rbd", "1.0.1"}
)
func GetE2EImage(image ImageConfig) string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment