We have this use case where we are pulling the remote Artifactory images from DockerHub, GCR and Jfrog artifactory and caching them into our Jfrog Repository. What we need right now is a way to replicate those docker images in JFrog Remote or Virtual Repository into JFrog local docker repository under a specific path.
We want to achieve that using HTTP only, without using any system command. Pull/Push replication doesn’t seem to solve my problem.
As a fact I know we can do that by pulling images using docker pull
and updating the docker tag
by pointing it to local repository path, but as I’ve mentioned, I need to do this in HTTP way.
Any help from JFrog community would be appreciated.