Skip to content

Commit

Permalink
RabbitMQ Operator release 2.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: rabbitmq-ci <[email protected]>
  • Loading branch information
rabbitmq-ci authored and DanielePalaia committed Jan 24, 2025
1 parent 485706f commit c253838
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 c253838

Please sign in to comment.