Class NomulusPostgreSql

java.lang.Object
google.registry.persistence.NomulusPostgreSql

public class NomulusPostgreSql extends Object
Information about Nomulus' Cloud SQL PostgreSql instance.
  • 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: