-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Make .devcontainer independent of processor architecture #39464
Make .devcontainer independent of processor architecture #39464
Conversation
Signed-off-by: Bernd.Rederlechner@t-systems.com <bernd.rederlechner@t-systems.com>
bb7c9e1
to
013c825
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.
Remove the personal/proprietary settings that don't belong in the PR.
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.
This PR appears to include a bunch of unrelated changes. Was that intentional?
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.
I'd say keep them as an example for custom setup, like separated here, which can be adapted by others
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.
@tsdicloud feel free to remove the nmc specific files of course, since I would expect you wouldn't want them in the Nextcloud repo instead of just the nmc one
# refresh .htaccess for short URL notation | ||
sudo -u ${APACHE_RUN_USER} php occ maintenance:update:htaccess | ||
|
||
# "Organisational" setting |
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.
These look perhaps to be personal settings that I don't think belong in the PR
Summary
Removed hardcoded amd64 architecture in install script within Dockerfile by an automatic architecture detection.
The containerization will now tear in packages for the detected architecture (if available), which makes Apple Silicone
working.
Checklist