The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Harness Inc.'s public Docker repository provides pre-built Docker images that can be easily integrated into your applications and workflows. These images are designed to streamline the deployment and execution of various Harness services, tools, and components. Developers can use the images for continuous integration, deployment, and other DevOps-related tasks, ensuring a consistent and efficient environment for their projects. The repository is publicly accessible, offering transparent and reliable solutions for anyone leveraging Docker in their development lifecycle.
The following information was extracted from the containerfile and other sources.
| Summary | GitOps Agent is a Harness-managed tool that perform GitOps tasks |
| Description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| Provider | Harness Inc. |
| Maintainer | Harness |
The following information was extracted from the containerfile and other sources.
| Repository name | harness/gitops-agent |
| Image version | v0.86.1 |
| Architecture | amd64 |
To pull the harness/gitops-agent image from the Harness public Docker repository, follow these steps:
podman loginEnter your credentials (username and password) for the registry if prompted.
podman pull harness/gitops-agentpodman imagesIf you want to pull a specific version of the image, you can specify a tag after the image name. For example, to pull version v0.86.1 use:
podman pull harness/gitops-agent:v0.86.1Once the image is pulled, you can start using it for your containerized projects.