-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator rabbitmq-cluster-operator (2.6.0)
- Loading branch information
1 parent
99f1381
commit 513707f
Showing
4 changed files
with
4,679 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
operators/rabbitmq-cluster-operator/2.6.0/bundle.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
Oops, something went wrong.