added devops devcontainer and image
All checks were successful
/ build-docker-image (push) Successful in 1m48s
All checks were successful
/ build-docker-image (push) Successful in 1m48s
This commit is contained in:
22
devops/devcontainer.json
Normal file
22
devops/devcontainer.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"image": "https://gitlimbosolutions.com/mf/devcontainers/devops",
|
||||
"remoteUser": "vscode",
|
||||
"name": "devops",
|
||||
"runArgs": [
|
||||
"--hostname=devops"
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
||||
"redhat.ansible",
|
||||
"mtxr.sqltools-driver-mysql",
|
||||
"stateful.runme",
|
||||
"yzhang.markdown-all-in-one",
|
||||
"davidanson.vscode-markdownlint",
|
||||
"eamodio.gitlens",
|
||||
"m4ns0ur.base64"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user