[Feature]: Presto Module uses the outdated Docker Image of ghcr.io/trinodb/presto
and needs to be updated to prestodb/presto
#8657
Labels
ghcr.io/trinodb/presto
and needs to be updated to prestodb/presto
#8657
Module
Presto
Problem
Presto Module uses the outdated Docker Image of
ghcr.io/trinodb/presto
and needs to be updated toprestodb/presto
.Refer to https://github.com/testcontainers/testcontainers-java/blob/1.19.8/modules/presto/src/main/java/org/testcontainers/containers/PrestoContainer.java and https://github.com/orgs/trinodb/packages/container/package/presto .
ghcr.io/trinodb/presto
has not been updated in 3 years.I'm confused by the instructions at https://java.testcontainers.org/modules/databases/presto/ .
presto
has been active, see https://hub.docker.com/r/prestodb/presto and https://github.com/prestodb/presto .Solution
prestodb/presto
instead ofghcr.io/trinodb/presto
inorg.testcontainers.containers.PrestoContainer
.Benefit
Alternatives
ghcr.io/trinodb/presto
was used initially.Would you like to help contributing this feature?
No
The text was updated successfully, but these errors were encountered: