Questions tagged [nexus]

Sonatype Nexus is one of the world’s most widely used repository managers and it sets the standard for repository management providing development teams with the ability to proxy remote repositories and share software artifacts.

41 questions
0
votes
3 answers

Nexus: Link to latest release of an artifact

How to create a link to get the latest release of an artifact? E.g. org.foo:bar would have 1.0 and 2.0, and the link would return the 2.0 release; and when 3.0 is released and deployed, the same link would return the 3.0 release, etc.
Ondra Žižka
  • 434
  • 2
  • 5
  • 14
0
votes
1 answer

cannot save settings under the server menu on Sonatype Nexus

I have Nexus up and running, I can setup users, roles, I've added the ldap settings, and everything seems to be working correctly. However, I can't seem to change any of the settings under the "server" config (such as the smtp settings). It simply…
end-user
  • 145
  • 1
  • 2
  • 10
0
votes
1 answer

Running Sonatype Nexus in Tomcat 7.0, Tomcat blocking PUT requests

I was previously running Nexus 1.8 on OSX and uploading jars for releases without any issues. The OSX box died, so I moved to a FreeBSD server. Since Nexus doesn't have binaries for FreeBSD, I decided to run it in my Tomcat container. Now, I have…
gdm
  • 265
  • 2
  • 7
0
votes
0 answers

How can I make Kubernetes use a private repository by default with Nexus and Containerd?

K8S need to use private repo by default I'm currently trying to use Nexus Repo by default for Kubernetes. But I have 2 problems. The first one is that if I don't specify the repository, it will directly search on docker.io, despite the fact that…
0
votes
1 answer

Nexus docker repository - anonymous access to selected artefacts

Use case: allow to pull selected (e.g. tagged as *-public) Docker Images anonymously. Otherwise credentials are required. Given: latest Nexus 3.52.0, it works with a docker login and LDAP credentials without issues. Tried: Selector + Privilege +…
0
votes
1 answer

Nexus Repository Manager does not release storage after asset deletion

I have a Nexus (version 3.30.0) for a docker registry: Since a lot of TB data has accumulated here over time, I have built a script that analyses in a relatively complex way which images are no longer needed and then also deletes them via the API…
Tamino Elgert
  • 83
  • 1
  • 1
  • 9
0
votes
0 answers

linode nexus server timeout on browser

I installed nexus on a centos07 server but it is not showing on the browser. Linode ports are open by default I checked the status and nexus is runing I also checked the port and everything is working fine but I dont know why is not showing on the…
Samson
  • 113
  • 5
0
votes
0 answers

Configure EKS to use Nexus Private Docker Registry (HTTP/HTTPS)

I've created an EKS cluster on AWS along with Nexus Repository on DigitalOcean using Terraform & Ansible. Also I've not created any SSL for the Nexus Repository, so it is "http." Normally, it is sufficient to add [insecure-registries:...] entry into…
0
votes
0 answers

unable to access sonatype Nexus from browser

I am unable to access Nexus via browser. I am using Ubuntu GCP instance. I have enabled the UFW and made sure that the port 8081 is added to it, also tried changing the port but it is not working, tried running nexus on docker as well. In all these…
0
votes
0 answers

Sonatype Nexus doesn't update single git submodule

I have this setup: -a git repository called MyRepo. This repo has 5 submodules (A,B,C,D,E) -a Jenkins instance that auto-builds MyRepo. On post-build steps there's a simple script that executes: #!/bin/bash branch=$1 docker build -t…
glass
  • 1
  • 1
-1
votes
1 answer

How to generate a dummy GPG key by running a script for testing purposes?

I would like to create a GPG key for testing Nexus3 and N3DR. When I follow instructions like these, a key gets created and it could be used in the Continuous Integration (CI) as well. The question is how to create such a key while running a script.…
030
  • 5,901
  • 13
  • 68
  • 110
1 2
3