File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ deploy/templates/crd/bases/workspace.devfile.io_devworkspacetemplates.yaml
4
4
deploy /templates /crd /bases /devfile_version
5
5
deploy /current
6
6
deploy /deployment /olm
7
+ generated
7
8
.vscode
8
9
__debug_bin
9
10
Original file line number Diff line number Diff line change 47
47
--container-tool $(DOCKER)
48
48
$(DOCKER) push $(DWO_INDEX_IMG)
49
49
50
+ export_manifests : _print_vars _check_opm_version
51
+ rm -rf ./generated/exported-manifests
52
+ # Export the bundles with the name web-terminal inside of $(DWO_INDEX_IMG)
53
+ # This command basic exports the index back into the old format
54
+ opm index export -c $(DOCKER ) -f ./generated/exported-manifests -i $(DWO_INDEX_IMG )
55
+
50
56
# ## register_catalogsource: create the catalogsource to make the operator be available on the marketplace
51
57
register_catalogsource : _check_skopeo_installed
52
58
INDEX_DIGEST=$$(skopeo inspect docker://$(DWO_INDEX_IMG ) | jq -r '.Digest' )
You can’t perform that action at this time.
0 commit comments