​
DirectorySecurity Advisories
Sign In
Directory
akhq logo

akhq

Last changed

Sign In for Updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign In
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/akhq:latest

Using akhq

AKHQ provides two upstream methods for installing, helm, and using docker.

The Chainguard Images for AKHQ are designed to be a drop in replacement for either method. To use them, simply replace the appropriate image: path with the Chainguard specific AKHQ image. Below is an example values file for doing this with helm:

image:
  repository: "cgr.dev/chainguard/akhq"
  tag: "latest"

Using the above values, the helm commands become, to install Argo Workflows:

helm repo add akhq https://akhq.io/

helm install akhq akhq/akhq \
	--namespace akhq \
	--create-namespace \
  --set image.repository="cgr.dev/chainguard/akhq"
  --set image.tag="latest"

Using Docker:

docker run -d \
    -p 8080:8080 \
    -v /tmp/application.yml:/usr/share/java/akhq/application.yml \
    cgr.dev/chainguard/akhq:latest
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • BSD-3-Clause

  • FTL

  • GPL-2.0-only

  • GPL-2.0-or-later

  • LGPL-2.1-or-later

  • Libpng

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Compliance

A FIPS validated version of this image is available for FedRAMP compliance. STIG is included with FIPS image.


Related images

Category
application

Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Product

Chainguard Images