When a question is about Sonatypes Nexus then this tag could be used.
Questions tagged [nexus]
21 questions
13
votes
2 answers
Load balancing Nexus artifact repository
Load balancing Nexus is currently not supported by Sonatype, except by putting a Nexus instance in front of two with smart-proxying enabled or via a newer feature.
Still, I gave it a shot, by sharing the filesystem with GlusterFS for the /storage,…
ᴳᵁᴵᴰᴼ
- 1,173
- 10
- 22
13
votes
3 answers
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/technologies (.NET, Javascript/Java, C/C++,…
Ivy
- 131
- 1
- 1
- 5
6
votes
1 answer
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(group) in Nexus.
I want to create a mirror for our…
Terminator
- 191
- 1
- 1
- 5
4
votes
3 answers
Directory structure - how do I upload it as-is to an artifactory?
I am new to Artifactory, and I wonder how to upload a directory structure containing many different binaries -- keeping the structure intact -- to an artifactory?
user_9090
- 153
- 1
- 1
- 5
3
votes
1 answer
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. Actually we don't want these files but that is filling…
TPS
- 85
- 1
- 9
3
votes
2 answers
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
- 13,383
- 17
- 76
- 178
3
votes
1 answer
How to store docker images in Nexus OSS
The following documentation was found that indicates that:
simply create a new docker (hosted) repository as documented in
Repository Management
The problem is that the format docker seems not to be available when trying to configure a "Hosted…
030
- 13,383
- 17
- 76
- 178
2
votes
2 answers
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 and deploy to my nginx server. I can only access…
Stepan
- 131
- 1
- 1
- 4
1
vote
2 answers
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//content/
This works, but it deliveres me a json listing all my…
alex
- 51
- 1
- 1
- 7
1
vote
0 answers
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 internet with web server. My way to check registry…
kab00m
- 111
- 2
1
vote
1 answer
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:
- poetry install
- poetry config…
plazmakeks
- 111
- 1
1
vote
1 answer
What are known component intelligence tools?
What are available - free and commercial - solutions to create reports about components used in a software project (physically, set of source code repositories), with intelligence on features like security situation and license model of used open…
Ta Mu
- 6,792
- 5
- 43
- 83
0
votes
1 answer
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 this if need be. I might have Nexus configured wrongly…
Worp
- 689
- 4
- 11
- 19
0
votes
3 answers
What is a virtual repository in JFrog Artifactory / Artifact Repository Manager?
I want to understand what is a virtual repository in the context of Artifacts Repository Manager.
Before that, I referred the documentation. But, I didn't get the explanation as I was new to DevOps that time. Thanks.
A virtual repository is a…
omkar sirra
- 163
- 1
- 2
- 8
0
votes
1 answer
Is zipping a file supposed to happen in Jenkins or on Nexus?
I am trying to figure out the correct way to do my pipeline. Am I supposed to zip my code in Jenkins with maybe the File Operation plugin and then upload it to my private Nexus repository? I don't send all kinds of files to Nexus and do something…
johnny
- 117
- 4