changed dev container it.limbosolutions.com/mylimbo/devcontainers/devops:latest

This commit is contained in:
2025-11-23 20:56:58 +00:00
parent 2404b15139
commit 95070d9ac6

View File

@@ -3,7 +3,6 @@
{ {
"name": "git-limbosolutions-com-dev", "name": "git-limbosolutions-com-dev",
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest", "image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
"runArgs": ["--hostname=git-limbosolutions-com-dev-container"], "runArgs": ["--hostname=git-limbosolutions-com-dev-container"],
"remoteUser": "vscode", "remoteUser": "vscode",
"mounts": [ "mounts": [
@@ -24,11 +23,12 @@
"m4ns0ur.base64", "m4ns0ur.base64",
"rogalmic.bash-debug", "rogalmic.bash-debug",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-containers" "ms-azuretools.vscode-containers",
], "eamodio.gitlens",
"settings": { "shd101wyy.markdown-preview-enhanced",
"terminal.integrated.defaultProfile.linux": "zsh" "bierner.markdown-preview-github-styles"
}
]
} }
} }
} }