Skip to content

Commit 01e7005

Browse files
rm3lkarthikjeeyar
andcommitted
Extract extensions catalog entities to '<dynamic-plugins-root>/extensions' by default
'marketplace' is being replaced in favor of 'extensions' [1] redhat-developer/rhdh-plugins#2006 Co-authored-by: Karthik Jeeyar <karthik.jk11@gmail.com>
1 parent 9f01b6e commit 01e7005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/install-dynamic-plugins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,8 @@ def main():
10301030
catalog_index_image = os.environ.get("CATALOG_INDEX_IMAGE", "")
10311031
catalog_index_default_file = None
10321032
if catalog_index_image:
1033-
# default to <dynamic-plugins-root>/marketplace if the env var is not set, to make it easier to run locally.
1034-
catalog_entities_parent_dir = os.environ.get("CATALOG_ENTITIES_EXTRACT_DIR", os.path.join(dynamic_plugins_root, "marketplace"))
1033+
# default to <dynamic-plugins-root>/extensions if the env var is not set, to make it easier to run locally.
1034+
catalog_entities_parent_dir = os.environ.get("CATALOG_ENTITIES_EXTRACT_DIR", os.path.join(dynamic_plugins_root, "extensions"))
10351035
catalog_index_default_file = extract_catalog_index(catalog_index_image, dynamic_plugins_root, catalog_entities_parent_dir)
10361036

10371037
skip_integrity_check = os.environ.get("SKIP_INTEGRITY_CHECK", "").lower() == "true"

0 commit comments

Comments
 (0)