sonatype / chef-nexus-repository-manager

Chef recipes for Nexus Repository Manager
Other
45 stars 28 forks source link

fix(k8s): dropping nexus lock file based on environment #44

Open faust64 opened 6 years ago

faust64 commented 6 years ago

Running OpenShift (or Kubernetes derivatives), when a Nexus container is not properly shut down, then Nexus lock file may still be present on disk, starting a fresh container. Nexus would then refuse to start, until said lock is manually removed.

I could be wrong, although I suppose we could use some environment variable to automate that task.