Skip to content

Commit

Permalink
operator wildfly (1.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan authored Oct 31, 2024
1 parent d637e6c commit 49f7a5a
Show file tree
Hide file tree
Showing 4 changed files with 1,619 additions and 0 deletions.
11 changes: 11 additions & 0 deletions operators/wildfly/1.1.1/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=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=wildfly
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha

COPY manifests /manifests/
COPY metadata /metadata/

Large diffs are not rendered by default.

Loading

0 comments on commit 49f7a5a

Please sign in to comment.