83 questions
7
votes
3
answers
420
views
Artifactory JCR 7.133.3 Unable to view repositories with error Unsupported operation: federated
After upgrading Artifactory JCR from 7.125.9 to 7.133.3 I am unable to view the existing repositories on the UI. An error appears "Unsupported operation: federated". The logs have a stack ...
-1
votes
1
answer
735
views
Artifactory JCR 7.125.8 login stuck on “Pending…” after entering admin/password (Ubuntu 22.04 VM) [closed]
I'm installing JFrog Artifactory JCR 7.125.8 inside an Ubuntu 22.04 VM (on Proxmox), though I don't believe the VM environment affects the issue and im using the official Linux Archive installation ...
0
votes
0
answers
144
views
Can't configure Podman to perform unqualified image search in Artifactory Docker repository
I am in the process of setting up a local Docker repository on Artifactory to be used with Podman. My goal is for this Docker repository to be the only one my users have access to. My users will be ...
0
votes
0
answers
69
views
JFrog Artifactory OSS hosted as GitHub Actions/Azure Pipelines service containers
I am building some software that integrates with JFrog Artifactory. As such I want to build some integration tests that can use a temporary Artifactory instance. I've looked at the JFrog instructions ...
0
votes
1
answer
492
views
How Do I Deploy Multiple Apps via ArgoCD in Kubernetes using Single Helm Chart
I have requirement to deploy multiple apps in Kubernetes using single(common) helm chart, and app deployment will be happen via ArgoCD. Have created Helm charts and pushed it in Jfrog OCI based ...
0
votes
2
answers
1k
views
JFrog REST API to Export the X-ray SBOM report
I have created the following call to export the JFrog X-ray SBOM data
curl -u $USER_NAME:$API_KEY -X POST $ARTIFACT_DOMAIN_URL/xray/api/v1/component/exportDetails \
-H "Content-Type: application/...
0
votes
1
answer
472
views
Is there a way to perform login authentication by clicking the URL link of the file uploaded to artifactory in the jfrog tool?
I am using Jfrog's artifactory to store files for collaboration with others.
I shared the URL link of the file uploaded to artifactory so that other people could download it.
I expected other people ...
1
vote
1
answer
1k
views
How to take jfrog artifact registry backup to s3
We are using jfrog artifact registry to store our artifacts.Our current artifact registry size is 1.7TB and we taking the backup also in the same server and its taking another 2TB and our server ...
0
votes
2
answers
970
views
Artifactory - Unable to add LDAP settings using either YAML config or API
Using YAML: I am trying to use the YAML configuration to add LDAP setting for Artifactory JCR. Tried using the helm chart version 107.63.7 (App ver.7.63.7) based on the following suggestion "...
0
votes
1
answer
1k
views
Jfrog Import from one artifactory server to another artifactory instance
Failed system import: Could not merge and save new descriptor [org.jfrog.common.ExecutionFailed: Last retry failed: Failed to reload configuration: javax.crypto.BadPaddingException: Given final block ...
0
votes
0
answers
115
views
How to download the builds from JFrog repository using Java
I'm very new to JFrog Artifact. People are using the Jfrog artifacts repository in one of my project to download the latest build for their testing activities.
Is there any way to download the build ...
0
votes
1
answer
939
views
howto push and promote docker image by Jenkins with Jfrog Artifactory
Currently we are using Jenkins to build and push docker images to Artifactory by docker native commands:
docker build -t "my_artificatory_repo/the_image:1.0.0" .
docker push "...
0
votes
2
answers
4k
views
ECR and JFROG INTEGRATION
Getting the below error while integrating jfrog with ecr repository in the option jfrog remote repository
Error testing pull replication config: Unable to identify target URL as an Artifactory ...
0
votes
2
answers
5k
views
How to set a retention policy in JFrog Artifactory
I'm looking for a way to set retention period in JFrog Arttifactory, which will remove SNAPSHOT versions older than 100 days.
If any teams need particular files need to be keep in Artifactory forever, ...
2
votes
2
answers
823
views
Jfrog Build a Docker image with a private base image from Artifactory
I am following the Jfrog Pipeline Example: Docker Build and Push from https://www.jfrog.com/confluence/display/JFROG/Pipeline+Example%3A+Docker+Build+and+Push
I would like to build a docker image ...