Skip to content

feat: Fetch Inventory Config file from remote repository#2874

Closed
dijanin-brat wants to merge 4 commits intomasterfrom
dijanin-brat/fetchInventoryConfig
Closed

feat: Fetch Inventory Config file from remote repository#2874
dijanin-brat wants to merge 4 commits intomasterfrom
dijanin-brat/fetchInventoryConfig

Conversation

@dijanin-brat
Copy link
Copy Markdown
Contributor

We want to fetch Inventory Config from remote repository during build time so that relayer can use it later.

@dijanin-brat dijanin-brat self-assigned this Jan 12, 2026
Comment thread Dockerfile
RUN yarn

RUN yarn build
RUN yarn update-inventory-config
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dijanin-brat For the address filter, we run as a part of the postinstall target. Is there a reason we want to do update-inventory-config here vs. there?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing why i moved it here is that, if we put it in postinstall it will not work if someone does yarn install locally and doesn't have GITHUB_TOKEN ENV setup. That is basically the only reason to move it here.

@pxrl pxrl deleted the dijanin-brat/fetchInventoryConfig branch March 20, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants