We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c49bd7 commit c000862Copy full SHA for c000862
python_testcontainers/infrahub_testcontainers/container.py
@@ -28,7 +28,6 @@ class ContainerService:
28
}
29
30
PROJECT_ENV_VARIABLES: dict[str, str] = {
31
- "NEO4J_DOCKER_IMAGE": "neo4j:5.20.0-community",
32
"MESSAGE_QUEUE_DOCKER_IMAGE": "rabbitmq:3.13.7-management",
33
"CACHE_DOCKER_IMAGE": "redis:7.2.4",
34
"INFRAHUB_TESTING_DOCKER_IMAGE": "registry.opsmill.io/opsmill/infrahub",
0 commit comments