Skip to main content

Questions tagged [nexus]

When a question is about Sonatypes Nexus then this tag could be used.

0 votes
1 answer
20 views

how to use docker with http protocol to login or pull docker images from local nexus repository?

I have two servers with no internet on them.One of them is my nexus repository with so many docker images on it.As I have no internet on them ,I can't pull any image because of no ssl configured.I get ...
mahdi's user avatar
  • 1
1 vote
0 answers
11 views

Nexus OSS docker security

I am using Nexus OSS 3.34 as my private artifacts repository. I have configured Docker registry as private one and I thought it was private. The registry have its own TCP port and is served to ...
kab00m's user avatar
  • 111
0 votes
0 answers
36 views

How to properly backup docker repository using n3dr?

I try to use n3dr tool (https://github.com/030/n3dr) to make backup of self hosted docker repository in Nexus 3 OSS. In my nexus 3 oss I have 3 docker repository: docker-repo1 with port 8444 docker-...
Vitaly Chudovsky's user avatar
-1 votes
1 answer
9 views

Nexus service running in vagrant VM (centos) but nexus home page not displaying in browser

I have installed centos 7 via vagrant file. I have installed nexus on the centos VM. The service is running in centos, but nexus welcome page is not opening in browser. Kindly help. My vagrant file is ...
Reshma R's user avatar
0 votes
0 answers
68 views

Create an S3 blobstore on Nexus fails ("The S3 bucket exists but you are not the owner")

Before mentioning my problem, I want to inform you that I'm using terraform and having nexus container running on EC2 orchestrated by Amazon ECS. Here is the objective: I want to create an S3 ...
zonix devWeb's user avatar
0 votes
1 answer
653 views

AWX Failed to pull image on a private registry

Context: I got a K8s cluster where I setup AWX using the official Helm install. On this cluster, there I also setup a Sonatype Nexus repository with a docker(hosted) private registry configured in ...
motorbass's user avatar
  • 113
0 votes
1 answer
577 views

502 Bad Gateway when HTTPS listener is configured on Nexus Private Registry

Context: In order to pull custom images I made for AWX execution environment, I deployed a Sonatype Nexus Repository on my K8s cluster using this Helm Chart. I've simply modify it with my values: ...
motorbass's user avatar
  • 113
2 votes
1 answer
96 views

CI pipeline including upload to pypi repo

How should a ci pipeline be set up that publishes a python wheel to a private pypi server? Say I have a publish job like this one: publish: image: $PYTHON_IMAGE stage: publish before_script: ...
plazmakeks's user avatar
2 votes
2 answers
11k views

Download an artifact from Nexus to Jenkins

I use ssh username and private key auth to download sources from Git, build the artifact and deploy it to my nginx server. Now I need to download an artifact as a zip file to Jenkins agent, prepare it ...
Stepan's user avatar
  • 131
13 votes
3 answers
20k views

Nexus vs. Artifactory

I was wondering what is the recommendation for a business that needs to store binaries for distribution as well as for dependencies to be used by our projects, with projects in different languages/...
Ivy's user avatar
  • 131
0 votes
1 answer
675 views

Jenkinsfile: Pull image from registry endpoint A, push built image to registry endpoint B

I have two endpoints for my registry (Nexus OSS): Endpoint 10500 to pull images from. And Endpoint 10501 to push images to. (I can go into detail what the idea is and why we think Nexus requires ...
Worp's user avatar
  • 679
6 votes
1 answer
14k views

How to setup Docker mirror proxy Repository in Nexus Repository ManagerOSS 3.19.1-01?

So, We are going to setup local proxy repository. Which directs to further docker hub and our another remote Docker Hosted repository hosted on different location.Which is requested through Docker(...
Terminator's user avatar
3 votes
1 answer
2k views

Is it safe to run "Repair - Reconcile component database from blob store job" in Nexus 3

We have a nexus 3.12.1 and its daily storing hundreds of artifacts which are build from Jenkins. The problem is there are too many files present in blob store are not showing in Nexus Console. ...
TPS's user avatar
  • 85
3 votes
2 answers
114 views

What artifact managers are available in GCP?

I use Artifactory and Nexus3, but I wonder what artifact manager could be used in GCP? Is there a managed artifact manager or do I have to run one myself in a VM?
030's user avatar
  • 13.2k
1 vote
2 answers
15k views

Nexus2: How can I get a list of all artifacts from a specific repository via REST API?

I want to get a list (json) of all artifacts in one specific repository via the REST API. I've already tried: curl -X GET http://localhost/nexus/service/local/respositories/<reponame>/...
alex's user avatar
  • 51

15 30 50 per page