python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Promote docker image in Artifactory using Jenkins
So I'm trying to promote docker image using artifactory jenkins plugin.
rtPromote (
buildName: 'MK',
buildNumber: '48',
serverId: 'Artifactory-1',
targetRepo: 'libs-release-local',
sourceRepo: 'libs-s...
shasi222
Votes: 0
Answers: 0
A suffix is added to my url of docker build and result a timeout
I don't know why but my env add a /v2 after my link to my artifactory like :
dockerfile :
FROM docker-registry.test.fr/test-base/alpine:3.12 as dependencies
and when i call : docker build --build-arg ...
David R.
Votes: 0
Answers: 3
Jfrog cli docker image is not persistent
While running JFrog CLI as a docker container via using docker run releases-docker.jfrog.io/jfrog/jfrog-cli-full-v2-jf jf -v
The container get exited, hence I am not able to configure.
VSK
Votes: 0
Answers: 1
How to install scoped private npm package from Artifactory in Github Actions
This question includes a specific use-case:
I have a private scoped package: @myscope/mypackage
It hosted in Artifactory NPM registry: https://company.jfrog.io/artifactory/api/npm/my-npm-registry/
I ...

baruchiro
Votes: 0
Answers: 1