Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: how is built the gessnerfl/fake-smtp-server image on Docker Hub? #421

Closed
mxmlnglt opened this issue Feb 29, 2024 · 3 comments
Closed

Comments

@mxmlnglt
Copy link

Hi,

All the code seems open-source and available at https://github.com/gessnerfl/fake-smtp-server but I can't find/understand how/where is built the image we can find on Docker Hub.
Can you make it more explicit please?

Thank you.

@mxmlnglt mxmlnglt changed the title Question: how is build the gessnerfl/fake-smtp-server image on Docker Hub? Question: how is built the gessnerfl/fake-smtp-server image on Docker Hub? Feb 29, 2024
@etidahouse
Copy link
Contributor

The container is released on the CI via github actions :

- name: Build and Push docker images

And CI launches gradlew :

@gessnerfl
Copy link
Owner

Exactly, fake-smtp-server is using Jib (https://github.com/GoogleContainerTools/jib) to build and push the docker images.

@mxmlnglt
Copy link
Author

mxmlnglt commented Mar 4, 2024

OK, thanks for the details; I'm not keen on Gradle so didn't think it would be part of the build file.

@mxmlnglt mxmlnglt closed this as completed Mar 4, 2024
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

No branches or pull requests

3 participants