JFrog and Docker Partnership

Unsere Partnerschaft mit Docker ist von grosser Bedeutung für DevOps-Teams

Wir treten einen großen Schritt an der für unsere Kunden und die gesamte DevOps-Community erhebliche messbare Vorteile bringen wird: Eine bahnbrechende Partnerschaft mit Docker, die Cloud-Anwender der JFrog DevOps Platform von den Beschränkungen des Docker-Hub für das Herunterladen von Images befreit. Diese Vereinbarung stärkt JFrogs lebendiges Ökosystem von Integrationspartnern, das auf unserem Unternehmensgrundprinzip “too integrated …

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 …

4 best practices in repository configuration

1. If you are using several technologies, (e.g. Nuget, Maven, NPM, PyPi etc..) define a unique repository for each of them. By doing that you are making sure that all of the build requests are directed to the right place rather than going to a repository that may not even have the necessary packages. 2. …