Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does JFrog Artifactory OSS provides private docker registry?

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 Artifactory OSS version also or not.

Thank you

like image 753
vinod827 Avatar asked Sep 22 '19 12:09

vinod827


People also ask

Does Artifactory OSS support Docker?

Artifactory offers solutions to these limitations allowing you to create and use any number of Docker registries. From version 5.8, Artifactory supports using Docker without the use of a reverse proxy allowing you to create and use multiple Docker registries in Artifactory out-of-the-box.

Is JFrog a Docker registry?

The Fully Hybrid and Scalable Docker and Helm RegistryThe JFrog Container Registry is the most comprehensive and advanced registry in the market today, supporting Docker and Helm for your Kubernetes deployments. Use it as your single access point to manage and organize your Docker images.

Is JFrog used to store Docker containers?

The JFrog Container Registry is a repository manager, which supports Docker and Helm registries and Generic repositories, allowing you to build, deploy and manage your container images while providing powerful features with fine-grained permission control behind a sleek and easy-to-use UI.


2 Answers

Edit: the below was true until 20th of November 2019. Since then, @Shay's accepted answer which is younger than mine is correct. The below alternatives are still worth to consider for a free solution.


You can have a look at the jfrog OSS page.

From there click "Artifactory" > "Compare to pro".

Scroll down in the list of features to "Package Management", read the overwhelming list of formats the product manages and notice in front of the "OSS" version this little note:

(Only supports: Maven, Gradle and Ivy)

So there we are, your answer is: no

There are several other solutions you can consider if your requirement is "OpenSource and/or Non Paid". I'll only name a few I'm familiar with:

  • The original docker registry
  • Gitlab container registry
  • Nexus repository manager
  • Docker Hub (for one single image only, paid subscription to go beyond).
  • ...
like image 133
Zeitounator Avatar answered Oct 30 '22 20:10

Zeitounator


JFrog offers free Docker/Helm registry, it called JFrog Container Registry and it is based on Artifactory. More information on JFrog Container Registry and comparison against other Docker registries can be found here.

like image 32
Shay Avatar answered Oct 30 '22 21:10

Shay