Closed mxmlnglt closed 8 months ago
The container is released on the CI via github actions :
And CI launches gradlew : https://github.com/gessnerfl/fake-smtp-server/blob/5c56e1a5be547c0d7a9c11e8b89233019c16c7e9/build.gradle#L156
Exactly, fake-smtp-server is using Jib (https://github.com/GoogleContainerTools/jib) to build and push the docker images.
OK, thanks for the details; I'm not keen on Gradle so didn't think it would be part of the build file.
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.