Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow javascript caching in docker environment #276

Closed

Conversation

M0NsTeRRR
Copy link
Contributor

@M0NsTeRRR M0NsTeRRR commented Jul 19, 2024

Description

Everything is noted in the issue.
There is an additional fix regarding the build id that also affects the current version and older ones wheremodel_dump keys are not sorted, which could trigger a rebuild if the keys were swapped compared to the last build.

Related Issues

Fixes #275

Motivation and Context

I want to speed up pod restarts in my Kubernetes environment, so I need to avoid rebuilding the frontend every time.

Tests

Tested in docker & kubernetes environment

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
@M0NsTeRRR M0NsTeRRR marked this pull request as draft July 19, 2024 07:42
@M0NsTeRRR M0NsTeRRR closed this Jul 19, 2024
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.

Avoid javascript rebuild in containerized environment
1 participant