diff --git a/preset/cassandra/preset.go b/preset/cassandra/preset.go index dda09fea..d7f1a201 100644 --- a/preset/cassandra/preset.go +++ b/preset/cassandra/preset.go @@ -51,7 +51,7 @@ type P struct { // Image returns an image that should be pulled to create this container. func (p *P) Image() string { - return fmt.Sprintf("docker.io/bitnami/cassandra:%s", p.Version) + return fmt.Sprintf("docker.io/library/cassandra:%s", p.Version) } // Ports returns ports that should be used to access this container.