Skip to content
Snippets Groups Projects
Verified Commit 8017fda9 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Switch devcontainer to image from rails project

parent 58d9a2bd
No related branches found
No related tags found
1 merge request!8Update ruby to v3.4.2
Pipeline #38256 passed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -3,15 +3,17 @@ ...@@ -3,15 +3,17 @@
{ {
"name": "Ruby", "name": "Ruby",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bookworm", "image": "ghcr.io/rails/devcontainer/images/ruby:3.4.2",
"containerEnv": { "containerEnv": {
"VISUAL": "code --wait", "VISUAL": "code --wait",
"TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196" "TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196"
} },
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}, "features": {
"ghcr.io/rails/devcontainer/features/activestorage": {}
}
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [], // "forwardPorts": [],
......
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
"ruby", "ruby",
"ruby-version", "ruby-version",
"mcr.microsoft.com/devcontainers/ruby", "mcr.microsoft.com/devcontainers/ruby",
"registry.docker.com/library/ruby" "registry.docker.com/library/ruby",
"ghcr.io/rails/devcontainer/images/ruby"
], ],
"groupName": "ruby" "groupName": "ruby"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment