-
Notifications
You must be signed in to change notification settings - Fork 64
feat(Containerization): Update devcontainer to Ubuntu 24.04 with build tools #690
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
base: main
Are you sure you want to change the base?
Conversation
b189623 to
83f8c60
Compare
|
Is it possible to add more details instructions on how to set this up in the vscode dev page? Maybe just adding an extra section there with a few lines about how to set up this specific devcontainer. |
|
Also notably, the added command failed for me so I'd probably like to debug this with you offline when you get a chance |
The VS Code dev page focuses solely on the main We should wait for an agreed-upon approach before implementing this. Otherwise we'll need separate documentation for each repository's setup. For now, I'd suggest only keeping the note in the |
Could you share:
This will help us troubleshoot more efficiently. Feel free to reach out offline whenever works for you. |
817b98a to
60f4ec4
Compare
60f4ec4 to
7e8f688
Compare
…d tools Switch from Debian Bullseye to Ubuntu 24.04 for CI alignment. Install mdl for markdown linting, Python dependencies from tools/requirements.txt, pre-commit hooks and yarn dependencies for website build. Add VS Code markdown linting extension to devcontainer configuration. Configure port forwarding for Docusaurus dev server on port 3000 to enable local browser access from host machine. Update README with quick start information for developers using the devcontainer with IDEs supporting the devcontainer specification. Closes: rucio#623
7e8f688 to
8d9ea10
Compare
|
Since when do we have the pre-commit.ci enabled? Can we address findings in a separate issue? |
As of yesterday lol. Go ahead and rebase. |
Closes #623
Launching the local development server within a VS Code devcontainer: