testcontainers / 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 Beginner friendly
#8,657 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted type/feature
Dominant language
Java
Stars
8.7k
Forks
1.9k
Avg merge
2d 17h
Merged PRs (30d)
9

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with modules/presto/src/main/java/org/testcontainers/containers/PrestoContainer.java, the entry point identified in the issue, and compare its image configuration with the current Presto documentation and image references. Done means the module uses prestodb/presto and the documentation no longer presents the module's status misleadingly.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, java
Domain
databases, testing
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.