openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
197 stars 116 forks source link

Request to provide a non-alpine gerrit container #84

Closed raghavendrapj closed 6 years ago

raghavendrapj commented 6 years ago

This is not an issue, more of a feature request.

Is there a plan to provide a non-alpine solution for the gerrit installation may be based on jdk-slim, because of some licensing issues we cannot use your alpine solution.

Or if there's one already please point me to that.

thinkernel commented 6 years ago

Hi @raghavendrapj Would you mind tell me what kind of license issue which prevent you using this image? I ask because this is the first time I heard of license issue on alpine.

About your request. I think it's not a big deal to add another jdk support. Although I need to add another branch and tag for it. Dose the openjdk:8-jre-slim fit your needs?

raghavendrapj commented 6 years ago

I am not sure on the specifics its something to do with redistribution of busy-box based containers.

Yes the openjdk:8-jre-slim should be fine.

Thanks much.

thinkernel commented 6 years ago

@raghavendrapj The jre-slim based one is here -> openfrontier/gerrit:jre-slim . Please, let me know if it works for you.

raghavendrapj commented 6 years ago

I will verify the same and keep posted on the results.

Thanks for this quick turnout.