codecentric / springboot-maven3-centos

S2I builder image for building and running maven based Spring Boot applications
https://hub.docker.com/r/codecentric/springboot-maven3-centos/
Apache License 2.0
30 stars 67 forks source link

RHEL Version #13

Closed emanuelr93 closed 5 years ago

emanuelr93 commented 5 years ago

I want to add to your repository, springboot-maven-rhel version.

emanuelr93 commented 5 years ago

Your CI system don't support RHEL image because it is missing RHEL subscription

britter commented 5 years ago

I won't merge this because:

If you need RHEL support you need to modify the build so that it produces two variants of this image. Furthermore there needs to be a solution for CI.

emanuelr93 commented 5 years ago

You can use another branch for RHEL. Or you suggest another solutions?

britter commented 5 years ago

It is possible to build several images from one branch. Have a look at https://github.com/sclorg/s2i-ruby-container for example.