maxime-beck opened a new pull request #188: Introduce Tomcat Source-to-Image (S2I) URL: https://github.com/apache/tomcat/pull/188 # Tomcat - Source-to-Image (S2I) This resource provides a CentOS-based Docker image that enables [Source-to-Image](https://github.com/openshift/source-to-image) building for Tomcat. It builds the sources of a webapp and deploys it to a fully functional containerized Tomcat Server. The generated image can then easily be run locally or deployed to a Kubernetes-based Server. ## Usage 1. Build an image: ```bash $ s2i build [SOURCE_URL] tomcat-s2i my-webapp-image ``` Where `[SOURCE_URL]` is either the URL to a Git repository or a path to local sources. 2. Run it: ```bash $ docker run -p 8080:8080 my-webapp-image ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org