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

Docker is not building #888

Closed
bpatrik opened this issue Apr 14, 2024 · 3 comments
Closed

Docker is not building #888

bpatrik opened this issue Apr 14, 2024 · 3 comments

Comments

@bpatrik
Copy link
Owner

bpatrik commented Apr 14, 2024

symptom: kép

It seems that default config overrides are not getting considered i.e. this:

default-Database-dbFolder=/app/data/db \
default-Media-folder=/app/data/images \
default-Media-tempFolder=/app/data/tmp \
default-Extensions-folder=/app/data/config/extensions \

A mitigation would be somehow hard-coding those values.

The actual issue is probably comes from the work of extension config changes: #847

and most likely related to #887

@bpatrik bpatrik added the bug label Apr 15, 2024
bpatrik added a commit that referenced this issue Apr 15, 2024
bpatrik added a commit that referenced this issue Apr 15, 2024
@bpatrik
Copy link
Owner Author

bpatrik commented Apr 15, 2024

Latest PR should fix this.

@bpatrik bpatrik closed this as completed Apr 15, 2024
@bpatrik bpatrik added this to the Next (probably v2.5) milestone Apr 15, 2024
bpatrik added a commit that referenced this issue Apr 15, 2024
bpatrik added a commit that referenced this issue Apr 15, 2024
@bpatrik bpatrik reopened this Apr 17, 2024
@bpatrik
Copy link
Owner Author

bpatrik commented Apr 17, 2024

It is still failing due for other issues too:

linux/arm64 npm install is timing out.

Seem to be related to: npm/cli#7231 (comment)

bpatrik added a commit that referenced this issue Apr 17, 2024
@bpatrik
Copy link
Owner Author

bpatrik commented Apr 17, 2024

Locking node to 18.19 mitigated the issue. The full solution is yet to be done, but its enough to close this bug.

@bpatrik bpatrik closed this as completed Apr 17, 2024
bpatrik added a commit that referenced this issue Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant