Skip to content

Commit 33b53c3

Browse files
committed
fix: add volume for extension catalog entities in 1.9+ [RHIDP-11294]
1 parent 49886e5 commit 33b53c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ services:
4444
- ./wait-for-plugins-and-start.sh:/opt/app-root/src/wait-for-plugins-and-start.sh:Z
4545
- ./configs:/opt/app-root/src/configs:Z
4646
- dynamic-plugins-root:/opt/app-root/src/dynamic-plugins-root
47+
- extensions-catalog:/marketplace
4748
depends_on:
4849
install-dynamic-plugins:
4950
condition: service_completed_successfully
@@ -68,6 +69,8 @@ services:
6869
- ./local-plugins:/opt/app-root/src/local-plugins:Z
6970
- ./configs:/opt/app-root/src/configs:Z
7071
- dynamic-plugins-root:/dynamic-plugins-root
72+
- extensions-catalog:/marketplace
7173

7274
volumes:
73-
dynamic-plugins-root:
75+
dynamic-plugins-root:
76+
extensions-catalog:

default.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ BASE_URL=http://localhost:7007
1111
# to use bleeding edge :next images or commercially supported images, see README.md for details
1212
# RHDH_IMAGE=quay.io/rhdh-community/rhdh:1.8
1313

14+
# Path in the install-dynamic-plugins container where the extensions catalog entities should be extracted to, from the catalog index image
15+
# Requires RHDH 1.9+ to be handled
16+
CATALOG_ENTITIES_EXTRACT_DIR=/marketplace
17+
1418
# GitHub auth (you need to uncomment github auth section in configs/app-config.local.yaml to enable this)
1519
#AUTH_GITHUB_CLIENT_ID=
1620
#AUTH_GITHUB_CLIENT_SECRET=

0 commit comments

Comments
 (0)