testcontainers/testcontainers-java

[Feature]: Presto Module uses the outdated Docker Image of `ghcr.io/trinodb/presto` and needs to be updated to `prestodb/presto`

Open

#8.657 aberto em 21 de mai. de 2024

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (1.588 forks)batch import
help wantedtype/feature

Métricas do repositório

Stars
 (7.535 stars)
Métricas de merge de PR
 (Mesclagem média 2d 17h) (2 fundiu PRs em 30d)

Description

Module

Presto

Problem

This module is deprecated, use Trino module.

Solution

  • Use prestodb/presto instead of ghcr.io/trinodb/presto in org.testcontainers.containers.PrestoContainer.

Benefit

  • This would obviously clarify the current situation regarding Presto. Presto is still maintained normally, so the corresponding testcontainers module should not be marked as deprecated.

Alternatives

  • Maybe not. I'm not sure why ghcr.io/trinodb/presto was used initially.

Would you like to help contributing this feature?

No

Guia do colaborador