docker-nexus
docker-nexus copied to clipboard
base image problem
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
)
What OS images are you allowed to run?
Also why not allowed to use Alpine? What is wrong with it?