rockpanda / s2i-java-container

Java S2I Builder image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitpod ready-to-code Docker Hub Docker Hub

Source-to-Image Builder images

Java S2I Builder image

The S2I Java builder can be used to use generate Java S2I builds for flat classpath applications. It supports flat-classpath and fat-jar packaged applications, leveraging the run-java-sh project.

Development

The project use fish-pepper to generete images/Dockerfiles, so do not directly change run-java.sh. Instead:

  • makes your change in run-java-sh project.
  • download and install fish-pepper from master.
  • run it like path/to/fishpepperrepo/fish-pepper.js both in ./java and .karaf directories.

If you have errors please remove .fp-git-blocks/ direcoties under both ./java and .karaf.

Release Notes

Please keep the CHANGELOG.md up-to-date.

Release Process

Jenkins auto push a release of kubespheredev/java-*-centos7 to Docker Hub:

About

Java S2I Builder image

License:Apache License 2.0


Languages

Language:Shell 42.8%Language:Java 38.5%Language:JavaScript 11.2%Language:Dockerfile 4.7%Language:HTML 1.5%Language:CSS 1.2%