travelaudience / docker-nexus

A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Linux.
Apache License 2.0
43 stars 43 forks source link

base image problem #51

Open ozbillwang opened 4 years ago

ozbillwang commented 4 years ago

Appreciate you did it with extra feature for production enviroinment.

it is not problem, it is just a culture and policy in the compay. We are not allowed to use alpine as base image for any production applications.

We can run some tools using alpine image for a quick job, but not running application.

Could you give me some hints, if it is possible:

I want to use exist official nexus docker image and add the extra feature as you mentioned in this repo (uses runit to run nexus under a secondary process)

cmoroianu1 commented 4 years ago

What OS images are you allowed to run?

Also why not allowed to use Alpine? What is wrong with it?