Skip to content

Commit

Permalink
operator keycloak-operator (26.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuzikar authored Oct 4, 2024
1 parent 7406180 commit fc990e8
Show file tree
Hide file tree
Showing 5 changed files with 7,171 additions and 0 deletions.
16 changes: 16 additions & 0 deletions operators/keycloak-operator/26.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.8.0+79457f5
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 fc990e8

Please sign in to comment.