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

Make .devcontainer independent of processor architecture #39464

Closed

Conversation

tsdicloud
Copy link
Contributor

@tsdicloud tsdicloud commented Jul 18, 2023

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

  • Sign-off message is added to all commits
  • Run Dev Container on Apple Silicone and Intel now.

@szaimen szaimen added the 3. to review Waiting for reviews label Jul 18, 2023
@szaimen szaimen added this to the Nextcloud 28 milestone Jul 18, 2023
@szaimen szaimen requested review from LukasReschke, a team, susnux, Fenn-CS, Pytal, ArtificialOwl and icewind1991 and removed request for a team July 18, 2023 16:06
Signed-off-by: Bernd.Rederlechner@t-systems.com <bernd.rederlechner@t-systems.com>
@tsdicloud tsdicloud force-pushed the nmc/issues/39461-devcontainer-arm branch from bb7c9e1 to 013c825 Compare August 19, 2023 19:11
Copy link
Member

@joshtrichards joshtrichards left a 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.

Copy link
Member

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?

Copy link
Member

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

Copy link
Member

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
Copy link
Member

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

@skjnldsv skjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzz blizzz modified the milestones: Nextcloud 28, Nextcloud 29 Nov 23, 2023
This was referenced Mar 12, 2024
This was referenced Mar 20, 2024
@skjnldsv skjnldsv mentioned this pull request Mar 28, 2024
81 tasks
@skjnldsv skjnldsv modified the milestones: Nextcloud 29, Nextcloud 30 Mar 28, 2024
@skjnldsv skjnldsv added 2. developing Work in progress stale Ticket or PR with no recent activity and removed 3. to review Waiting for reviews labels Jul 27, 2024
This was referenced Jul 30, 2024
@skjnldsv skjnldsv closed this Aug 3, 2024
@skjnldsv skjnldsv removed this from the Nextcloud 30 milestone Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress stale Ticket or PR with no recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: VSCode Dev Container failing on Apple Silicone
10 participants