jfrog-cli Questions
3
Solved
I have some artifacts in Artifactory (OpenSource):
I can download an artifact from using jfrog CLI:
jfrog rt config --user=admin --password=**** --url=http://foo:8081/artifactory
jfrog rt downl...
Metcalfe asked 28/12, 2016 at 12:38
1
Getting 302 for the JFrog REST api for listing docker tags.
Documentation:
https://jfrog.com/help/r/jfrog-rest-apis/list-docker-tags
Usage:
GET /api/docker/{repo-key}/v2/{image name}/tags/list?n=...
Calamus asked 22/4, 2020 at 6:8
3
Solved
I'm aware of JFrog Artifactory Pro for support of private docker registry which we can use to push and pull the docker images from Artifactory. I want to know whether same support is available with...
Junoesque asked 22/9, 2019 at 12:42
3
Below is the script mentioned in the gitlab-ci.yml file. This GitLab CI configuration is valid. But, when the CI/CD build is run, the job fails. Is it something to do with the FOR loop syntax?
de...
1
Solved
I need to get the latest version of a specific NuGet package in Artifactory.
I use following JFrog CLI command to receive a list of all versions (later on with --limit=1), including JSON parsing wi...
Harneen asked 7/5, 2019 at 14:31
1
Solved
I am trying to push a docker image to a repository.
But I am constantly getting the following error -
Steps followed -
Logged in to " docker login https://docker.wdf.sap.corp:50000/ "
Got auth...
Chevet asked 3/1, 2019 at 14:59
1
Solved
I am trying to upload multiple patterns like .zip and .tar.gz using Artifactory/Jfrog Files in Jenkins.
here is my code
def uploadSpec = """{
"files": [
{
"pattern": "(*.zip | *.tar.gz)",
...
Righthander asked 5/4, 2018 at 17:1
1
Until now, I used the Artifactory REST API to determine the last version (last snapshot) of a maven artifact with groupId and artifactIid:
/api/search/latestVersion?g={groupid}&a={artifactid}
...
Cockfight asked 10/12, 2017 at 18:28
1
Solved
I'm using jfrog rt config to configure JFrog CLI. It asks for my "Artifactory server ID". I can't find any information about this in the JFrog documentation or on my Artifactory instance. How do I ...
Stiffen asked 22/5, 2017 at 17:20
1
© 2022 - 2024 — McMap. All rights reserved.