final class PostgreSql17Container
    extends GenericContainer
Public API: explicitly declared with @visibility public.

Defines the PostgreSQL 17.2 server used by database consumers.

Inspect the pinned server image without starting Dockerdoctest
$container = new \Container\PostgreSql17Container();
    assert($container->image() === 'postgres:17.2');

Methods§

public function __construct()

Creates the pinned PostgreSQL definition with shared startup settings.

Calls 3

Test cases 1§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1