-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build apps into the container image #17
Conversation
d94a875
to
6aaf768
Compare
Hm, app build failed with
Yet, when building the dev image it build nicely:
|
Ah, I see, this was because the dependency was resolvable via Nextcloud Now also fails in the dev container after removing the upper
|
0cdcb6f
to
b6a2884
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review ok if changes are addressed
Latest changes: * app install / enable refactoring * enabling apps Signed-off-by: Thomas Lehmann <[email protected]>
Actually required for the custom and external apps. Since the workflow starts in the project root, it initially "sees" the Nextcloud package.json. Since entering each app directory and setting up different Node/npm versions is no feasible anyway, let's set it here. Signed-off-by: Thomas Lehmann <[email protected]>
Signed-off-by: Thomas Lehmann <[email protected]>
To track it as submodule in version control Signed-off-by: Thomas Lehmann <[email protected]>
Exclude node_modules, tests and GitHub/Gut dirs too. Signed-off-by: Thomas Lehmann <[email protected]>
…pps-external/ Build simplesettings (custom) and user_oidc (external) Signed-off-by: Thomas Lehmann <[email protected]>
* Enable custom apps too * user_oidc will no longer be downloaded Signed-off-by: Thomas Lehmann <[email protected]>
Fix missing package which prevents from-scratch build (updated amended commit) Signed-off-by: Thomas Lehmann <[email protected]>
b6a2884
to
fe470bd
Compare
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Build apps into the container image:
This requires a build script change too: IONOS-Productivity/nc-config#8
You can inspect the build image by