docker-nexus icon indicating copy to clipboard operation
docker-nexus copied to clipboard

Docker image for Sonatype Nexus

Results 30 docker-nexus issues
Sort by recently updated
recently updated
newest added

``` 2020-09-02 12:35:10,604+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage - Storage 'plocal:/nexus-data/db/component' is opened under OrientDB distribution : 2.2.36 (build d3beb772c02098ceaea89779a7afd4b7305d3788, branch 2.2.x) 2020-09-02 12:35:10,693+0000 INFO [ForkJoinPool.commonPool-worker-1] *SYSTEM com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage - Storage 'plocal:/nexus-data/db/config'...

When the container is stopped, the lockfile sometimes seems not to get removed and causes nexus to not start again properly. Someone has to delete the `nexus.lock` file manually each...

Setting the context path using NEXUS_CONTEXT causes a 404 error when using the nexus3 image: _Problem accessing /. Reason: Not Found_ The logs indicate it is set properly (using NEXUS_CONTEXT=nexus/content)...

Hello, My nexus working in OpenShift POD and have envirement without internet. But I have http_proxy. I tred to add global variables to pod: ``` export http_proxy=my-proxy export https_proxy=my-proxy export...

Hey folks, I'm using an NFS drive to persist data for a Nexus 3 container. When the container starts, there is an existing blobs directory and configuration in place. As...

Some use cases requires createrepo and mergerepo commands (both delivered by createrepo package). Thos is unfortunately not a part of official docker image. Can you please add that? In case...

We use a private DockerHub account and we want to use Nexus as a proxy for those private images - we configured the repo following this instructions: http://stevetarver.github.io/2016/11/22/nexus-in-docker.html By the...

Openshift provides a way to rsync files into a container. This is useful when moving a lot of files to a cloud deployment https://docs.openshift.org/latest/dev_guide/copy_files_to_container.html For the yum command, please add...

Hi there, since I usually see a warning within the Nexus Repository Manager about the to low file descriptors value, I would like to ask that the [Pull Request](https://github.com/sonatype/docker-nexus/pull/62) gets...

`anonymous org.sonatype.nexus.yum.internal.task.CommandLineExecutor - Execute command : mergerepo --no-database --repo=file:[....] [...] anonymous org.sonatype.nexus.yum.internal.task.CommandLineExecutor - ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/.dbenv.lock' ` Conclusion is that for nexus2...