Package google.registry.persistence
Class NomulusPostgreSql
java.lang.Object
google.registry.persistence.NomulusPostgreSql
Information about Nomulus' Cloud SQL PostgreSql instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.testcontainers.utility.DockerImageName
Returns the docker image of the targeted Postgresql server version.
-
Constructor Details
-
NomulusPostgreSql
public NomulusPostgreSql()
-
-
Method Details
-
getDockerImageName
public static org.testcontainers.utility.DockerImageName getDockerImageName()Returns the docker image of the targeted Postgresql server version.If the architecture is not amd64, the image will be prefixed with the architecture name.
- See Also:
-