Skip to content

Commit

Permalink
operator rabbitmq-cluster-operator (2.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia committed May 16, 2024
1 parent 023a782 commit 1b01197
Show file tree
Hide file tree
Showing 4 changed files with 5,320 additions and 0 deletions.
11 changes: 11 additions & 0 deletions operators/rabbitmq-cluster-operator/2.9.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 1b01197

Please sign in to comment.