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
......@@ -3,15 +3,17 @@
{
"name": "Ruby",
// 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": {
"VISUAL": "code --wait",
"TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196"
}
},
// 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.
// "forwardPorts": [],
......
......@@ -17,7 +17,8 @@
"ruby",
"ruby-version",
"mcr.microsoft.com/devcontainers/ruby",
"registry.docker.com/library/ruby"
"registry.docker.com/library/ruby",
"ghcr.io/rails/devcontainer/images/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