Skip to content

Commit

Permalink
operator keycloak-operator (23.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuzikar authored Nov 23, 2023
1 parent da31594 commit 1b3f704
Show file tree
Hide file tree
Showing 5 changed files with 5,693 additions and 0 deletions.
16 changes: 16 additions & 0 deletions operators/keycloak-operator/23.0.0/bundle.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM scratch

# Core bundle labels.
LABEL operators.operatorframework.io.bundle.channel.default.v1=fast
LABEL operators.operatorframework.io.bundle.channels.v1=fast
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=keycloak-operator
LABEL operators.operatorframework.io.metrics.builder=qosdk-bundle-generator/6.3.4+ce5b7ce
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=quarkus.javaoperatorsdk.io/v1-alpha

# Copy files to locations specified by labels.
COPY manifests /manifests/
COPY metadata /metadata/

Large diffs are not rendered by default.

Loading

0 comments on commit 1b3f704

Please sign in to comment.