Skip to content

Commit

Permalink
RabbitMQ operator new release
Browse files Browse the repository at this point in the history
Signed-off-by: DanielePalaia <[email protected]>
  • Loading branch information
DanielePalaia committed Nov 29, 2023
1 parent 8ea35e3 commit 4684b4e
Show file tree
Hide file tree
Showing 4 changed files with 4,679 additions and 0 deletions.
11 changes: 11 additions & 0 deletions operators/rabbitmq-cluster-operator/2.6.0/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 4684b4e

Please sign in to comment.