Skip to content

Commit

Permalink
operator keycloak-operator (22.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuzikar authored Oct 24, 2023
1 parent 075e5c4 commit 1736198
Show file tree
Hide file tree
Showing 5 changed files with 5,572 additions and 0 deletions.
16 changes: 16 additions & 0 deletions operators/keycloak-operator/22.0.5/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.0+ed62dd6
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 1736198

Please sign in to comment.