This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to use new bundle format in olm manifest * Create OLM index * Enable systemtests to work with new OLM index.
- Loading branch information
Ulf Lilleengen
authored
Aug 19, 2020
1 parent
2cb12fa
commit 6ab123b
Showing
92 changed files
with
211 additions
and
14,784 deletions.
There are no files selected for viewing
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
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
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
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
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
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,16 @@ | ||
# | ||
# Copyright 2018-2019, EnMasse authors. | ||
# License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). | ||
# | ||
FROM ${OLM_INDEX_IMAGE_PREVIOUS} | ||
|
||
ARG version | ||
ARG revision | ||
ARG maven_version | ||
ENV VERSION=${version} MAVEN_VERSION=${maven_version} REVISION=${revision} | ||
|
||
# Add new manifests | ||
ADD target/lib/manifests manifests/${OLM_VERSION}/manifests | ||
ADD target/lib/metadata/annotations.yaml manifests/${OLM_VERSION}/metadata/annotations.yaml | ||
|
||
RUN initializer -m manifests -o /database/index.db |
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,10 @@ | ||
include ../Makefile.common | ||
|
||
OPM_ARGS ?= --skip-tls -u docker -p docker | ||
|
||
image_deps:: Dockerfile | ||
|
||
Dockerfile: | ||
opm index add --bundles $(OLM_MANIFEST_IMAGE) --from-index $(OLM_INDEX_IMAGE_PREVIOUS) --generate -d Dockerfile $(OPM_ARGS) | ||
|
||
.PHONY: 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
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
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,7 @@ | ||
annotations: | ||
operators.operatorframework.io.bundle.channel.default.v1: ${olm.package.channel} | ||
operators.operatorframework.io.bundle.channels.v1: ${olm.package.channel} | ||
operators.operatorframework.io.bundle.manifests.v1: manifests/ | ||
operators.operatorframework.io.bundle.mediatype.v1: registry+v1 | ||
operators.operatorframework.io.bundle.metadata.v1: metadata/ | ||
operators.operatorframework.io.bundle.package.v1: ${olm.package.name} |
Oops, something went wrong.