Skip to content

Rename Docker image name and make it public#3350

Closed
dadoonet wants to merge 1 commit intotestcontainers:masterfrom
dadoonet:pr/make_images_public
Closed

Rename Docker image name and make it public#3350
dadoonet wants to merge 1 commit intotestcontainers:masterfrom
dadoonet:pr/make_images_public

Conversation

@dadoonet
Copy link
Copy Markdown
Contributor

It's probably better to use the same way to declare an image as we have with other modules like couchbase for example.
It has also a positive "side" effect to highlight the fact that it's a good practice to set the tag when building the container.

}
}

@SuppressWarnings("deprecation") // Using deprecated constructor for verification of backwards compatibility
Copy link
Copy Markdown
Contributor Author

@dadoonet dadoonet Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this change is not related to the goal of this PR and is a leftover from #2320

It's probably better to use the same way to declare an image as we have with other modules like couchbase for example.
It has also a positive "side" effect to highlight the fact that it's a good practice to set the tag when building the container.
@dadoonet dadoonet force-pushed the pr/make_images_public branch from 22c17ef to c1771fa Compare October 22, 2020 11:58
@rnorth
Copy link
Copy Markdown
Member

rnorth commented Oct 24, 2020

I think we might have to delay this a bit. I've put my thinking into a new issue ticket, which we need to work out: #3381

@stale
Copy link
Copy Markdown

stale Bot commented Jan 24, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.

@stale stale Bot added the stale label Jan 24, 2021
@dadoonet
Copy link
Copy Markdown
Contributor Author

Not stale 😉

@stale stale Bot removed the stale label Jan 24, 2021
@stale
Copy link
Copy Markdown

stale Bot commented Jun 18, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.

@stale stale Bot added the stale label Jun 18, 2021
@rnorth rnorth removed the stale label Jun 24, 2021
/**
* Elasticsearch Docker base image: oss distribution under Apache2 license
*/
public static final DockerImageName ELASTICSEARCH_OSS_IMAGE = DockerImageName.parse("docker.elastic.co/elasticsearch/elasticsearch-oss");
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image has been removed after 7.10.2. So I believe that I should update the PR and remove entirely this field.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't images distributed over Docker Hub again?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. There's no -oss package after 7.10.2

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But there's the default distribution as it has always been 😊

@eddumelendez
Copy link
Copy Markdown
Member

Thanks for the PR @dadoonet ! Our current approach is not to make public those fields public. However, we have noticed an improvement in our documentation due to not all modules expose the image to be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants