devcontainer-features
devcontainer-features copied to clipboard
A collection of Dev Container Features.
Same as #45 It should be used with `docker.io/library/r-base`.
I am using the rstudio feature ``` "ghcr.io/rocker-org/devcontainer-features/rstudio-server": {} ``` But I am unable to get github authentication working when using the rstudio GIT ui. It always fails with "authentication...
Redacted output: Downloading RStudio Server... /tmp/rstudio-server /tmp/dev-container-features/rstudio-server_1 Download from https://rstudio.org/download/latest/stable/server/noble/rstudio-server-latest-amd64.deb (!) Version stable for noble amd64 is not found
I wanted to install lazygit. I wanted to add its PPA so that I could install lazygit via apt-packages. This would be a very great logical extension of this feature....
Follow-up to #232: 1. Posit publishes builds for Ubuntu "Noble" 🎉 . 2. The .deb files for Noble and Jammy are currently the same 🤔 as revealed in https://github.com/rstudio/rstudio/issues/15151. 3....
I'm hitting an error when trying to use the `installSystemRequirements` flag, which I can replicate with the following minimal devcontainer: ```json { "image": "ghcr.io/rocker-org/devcontainer/r-ver:4.5", "features": { "ghcr.io/rocker-org/devcontainer-features/r-packages:1": { "packages": "sf",...