-
Notifications
You must be signed in to change notification settings - Fork 278
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
Fix devcontainer/Codespaces #378
Conversation
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.
Thanks for this, @jessehouwing! After testing your changes, the container creation was still failing for me. I regenerated the files, made a few more tweaks, and it is working for me now. Can you confirm it works for you too?
- Pin versions in apt get install - Delete the apt-get lists after installing something
That broke things. Can't spin up this repo on github codespaces:
|
Looks like 555cf51 broke it by specifying the HTTPie version to appease the linter. Should be fixed now. Can you confirm? |
Yeah, no version fixes things. |
Commit githubtraining/training-manual@ |
I did, computer still said no. |
Hello, Thank you for updating codespaces environment. I could update my devcontainer environment to Ubuntu jammy with these updates. I hope this can help you. |
Rebuilt the codespace from scratch by deleting it, works now! |
Moves to ubuntu-jammy
Fixes #377