DirectorySecurity advisories
Sign in

Directory

rabbitmq-messaging-topology-operator logo

rabbitmq-messaging-topology-operator

Last changed
Get started with latest for free
docker pull cgr.dev/chainguard/rabbitmq-messaging-topology-operator

Need access to a specific version? Contact us.

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

RabbitMQ messaging topology operator

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/rabbitmq-messaging-topology-operator:latest

Usage

This image is a drop-in replacement for the upstream image. You can run it using kustomize with:

LATEST=$(curl -s "https://api.github.com/repos/rabbitmq/messaging-topology-operator/releases/latest" | jq -r '.tag_name')

cat <<EOF > kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - "https://github.com/rabbitmq/messaging-topology-operator/releases/download/${LATEST}/messaging-topology-operator.yaml"
patches:
  - patch: |
      - op: replace
        path: /spec/template/spec/containers/0/image
        value: cgr.dev/chainguard/rabbitmq-messaging-topology-operator:latest
    target:
      version: v1
      kind: Deployment
      name:  messaging-topology-operator
      namespace: rabbitmq-system
EOF

kubectl apply -f .
Licenses

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

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

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

Software license agreement

Related images

Category
application
messaging

Products

Chainguard Images

© 2024 Chainguard, Inc.