Skip to content

Commit

Permalink
operator rabbitmq-cluster-operator (2.12.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia authored Jan 24, 2025
1 parent 5fb6d1c commit 4b3ab25
Show file tree
Hide file tree
Showing 4 changed files with 5,611 additions and 0 deletions.
11 changes: 11 additions & 0 deletions operators/rabbitmq-cluster-operator/2.12.1/bundle.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM scratch

LABEL operators.operatorframework.io.bundle.mediatype.v1=plain
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=rabbitmq-cluster-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable

COPY manifests /manifests/
COPY metadata /metadata/
Loading

0 comments on commit 4b3ab25

Please sign in to comment.