Welcome to the JFrog Blog

The New Artifactory Docker Distribution

The New Artifactory Docker Distribution

The recent release of Artifactory generation 5.x introduced many new features such as cloud-native storage and cluster license management for high availability, authentication, and authorization with access tokens, easy onboarding, and much more. In addition to new features, we also revamped our Docker distribution, completely redesigning it from scratch. Now, it’s much easier to spin…
Docker Registries and Container Lifecycles in Artifactory CI Pipelines

Docker Registries and Container Lifecycles in Artifactory CI Pipelines

In a previous blog post we talked about the importance of a Continuous Integration (CI) process for docker images and how to set up private Docker registries in Artifactory to support a promotion pipeline. The configuration looks a little bit like this: This picture has a Jenkins CI butler in it.  We often say that…
5 Things You Should Know About Docker Registries in Artifactory

5 Things You Should Know About Docker Registries in Artifactory

As a universal artifact repository manager, Artifactory is, among other things, a fully fledged Docker registry. In addition to storing and managing Docker images, Artifactory also offers extensive integration with your CI pipeline, supports authentication through external providers, high availability, massively scalable storage and is constantly updated to support the latest Docker client version and…
Push the Limits of Virtual Repositories

Push the Limits of Virtual Repositories

Our recent Developer and DevOps Trends 2015 survey showed that anyone using Docker also uses additional technologies. I’ll let you in on a little secret. That’s true in general, not just in relation to Docker. The vast majority of developers work with several different technologies at once. So most (if not all) of you are…
JFrog CLI Offers Fully Reproducible Builds For All

JFrog CLI Offers Fully Reproducible Builds For All

One of the big advantages of running builds through Artifactory is that it stores exhaustive build information generated by the different plugins used with common build tools. This is the “Bill of Materials” that lets you fully reproduce any build even if it has already been deployed to production. It includes everything from artifact versions…
JFrog Artifactory Cloud on Google Cloud

JFrog Artifactory Cloud on Google Cloud

Through a special initiative to support the open source community, JFrog Artifactory Cloud hosted on GCP is available at no charge, jointly sponsored by JFrog and Google, for qualified open source projects. Last May we announced a collaboration with Google to host our JFrog Artifactory Cloud solution on Google Cloud Platform (in addition to AWS,…
Conan Joins JFrog

Conan Joins JFrog

Conan.io, our favorite C/C++ package manager has just leaped into JFrog. This is one more great chapter in our story which began a few years ago, when JFrog products took a universal approach to provide developers the freedom of choice, using any technology they chose. With the recent addition PHP Composer, JFrog Artifactory currently supports…
Blocking Downloads with Artifactory and Xray

Blocking Downloads with Artifactory and Xray

Nobody wants to get sick, so we’ll wear jackets when it gets cold, take our vitamin C and avoid going out in the snow with wet hair. We all do different things to stay clear of nasty viruses and bacteria because we know that the loss in productivity and efforts we’ll have to make to…
Using Satis and Packagist for PHP Development? Think JFrog Artifactory!

Using Satis and Packagist for PHP Development? Think JFrog Artifactory!

If you’re developing server side code in PHP, there’s a pretty good chance you’re using PHP Composer to manage your dependencies and getting 3rd party components from Packagist. To host your internal private packages, you might be using Toran Proxy or your own Git repository. You might even be using open source Satis for your repositories.…
JFrog CLI Working Files From Both Ends

JFrog CLI Working Files From Both Ends

Since JFrog CLI was introduced about a year ago, its popularity has skyrocketed in the CI community. When we asked our users what they liked most about JFrog CLI, the message we got back was clear: Simple, Native, Efficient. Simple: It’s simple and intuitive to use, and onboarding only takes a few minutes. Native: It’s…