March 2020 Summaries
4 posts from JFrog
Filter
Month:
Year:
Post Summaries
Back to Blog
Artifactory offers several benefits as a Maven repository, such as tagging artifacts with custom properties and storing build metadata, but one of its standout features is its integration with Jenkins for Maven deployments. With the release of version 3.6.1 of the Jenkins Artifactory Plugin, Maven deployments can now be executed in parallel, significantly reducing build times. Users can customize the number of threads used for deploying Maven artifacts, with the default set at three, but this can be adjusted within pipeline code. This enhancement is particularly beneficial for builds that create and deploy a large number of artifacts, as it can reduce deployment time to a third of what it previously was. The update supports both declarative and scripted syntax, allowing users to easily integrate this feature into existing pipelines.
Mar 30, 2020
305 words in the original blog post.
Container registries are essential tools for hosting, versioning, and distributing container images within repositories, and they come in both public and private forms. Public registries, like Docker Hub, offer ease of use and fast setup but may compromise security, while private registries, such as JFrog Container Registry, provide enhanced security and fine-grained access control by allowing organizations to host images either locally or on a cloud provider. JFrog Container Registry, which is free for on-premise use and operates on a freemium model on major cloud providers, offers additional features like a Helm repository and advanced metadata. It supports various repository types, including local, remote, generic, and virtual, to meet diverse organizational needs, and integrates well into CI/CD workflows, making it a valuable resource for teams focusing on cloud-native development. The guide offers insights into setting up and using a container registry, particularly JFrog's, and invites readers to engage with further resources and upcoming content in the series for deeper understanding.
Mar 26, 2020
946 words in the original blog post.
As organizations increasingly adopt containerized environments, the need for managed Kubernetes services and reliable private Docker registries becomes essential. Platform9 has introduced its new Freedom Plan for managed Kubernetes, which can be effectively combined with JFrog Container Registry to enhance containerization efforts at no cost. Kubernetes is a robust system for managing containerized software, but its complexity demands specialized expertise, which Platform9 addresses through a SaaS delivery model that simplifies operations and offers strong support. By integrating this with JFrog's comprehensive and free container registry, organizations can efficiently manage both their Kubernetes clusters and the software running on them, providing a cost-effective and scalable solution for transforming their container infrastructure.
Mar 18, 2020
455 words in the original blog post.
JFrog Pipelines is a CI/CD solution integrated into the JFrog DevOps Platform, designed to enhance automation, security, and efficiency in software delivery. Unlike standalone CI/CD tools, Pipelines is part of a comprehensive system that includes Artifactory, Xray, and Distribution, enabling seamless management of binary and artifact lifecycles. The platform uses native steps for common tasks, reducing the need for complex scripting and simplifying processes like Docker image building, GoLang app creation, and Kubernetes deployments. It offers out-of-the-box integrations with popular services such as GitHub, Slack, AWS, and Kubernetes, making setup straightforward and maintenance effortless through automatic updates. Centralized permissions and secrets management ensure consistent access and security across the platform, while being part of JFrog's unified ecosystem allows for streamlined administration and enhanced DevSecOps capabilities. Available as a SaaS add-on or included in certain JFrog Platform licenses, Pipelines aims to provide an end-to-end solution that promotes DevOps best practices from code commit to deployment.
Mar 12, 2020
1,015 words in the original blog post.