devcontainer: git.limbosolutions.com/mylimbo/devcontainers/devops:latest
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
FROM mcr.microsoft.com/devcontainers/base:jammy
|
|
||||||
|
|
||||||
# Optional: install additional tools here
|
|
||||||
@@ -1,22 +1,8 @@
|
|||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
|
|
||||||
{
|
{
|
||||||
"name": "cloud-limbosolutions-com-dev",
|
"name": "cloud-limbosolutions-com-dev",
|
||||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
|
||||||
"build": {
|
"remoteUser": "vscode",
|
||||||
"dockerfile": "Dockerfile"
|
|
||||||
},
|
|
||||||
"features": {
|
|
||||||
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}
|
|
||||||
},
|
|
||||||
"runArgs": ["--hostname=cloud-limbosolutions-com-dev-container"],
|
"runArgs": ["--hostname=cloud-limbosolutions-com-dev-container"],
|
||||||
// "features": {},
|
|
||||||
|
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
|
||||||
// "forwardPorts": [],
|
|
||||||
// Configure tool-specific properties.
|
|
||||||
// "customizations": {},
|
|
||||||
|
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=${localWorkspaceFolder}/.devcontainer/.zshrc,target=/home/vscode/.zshrc,type=bind",
|
"source=${localWorkspaceFolder}/.devcontainer/.zshrc,target=/home/vscode/.zshrc,type=bind",
|
||||||
"source=${localWorkspaceFolder}/.devcontainer/.kube,target=/home/vscode/.kube,type=bind",
|
"source=${localWorkspaceFolder}/.devcontainer/.kube,target=/home/vscode/.kube,type=bind",
|
||||||
@@ -26,20 +12,25 @@
|
|||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
|
|
||||||
},
|
},
|
||||||
"postCreateCommand": "bash .devcontainer/scripts/postCreate.sh",
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
||||||
|
"redhat.ansible",
|
||||||
"mtxr.sqltools-driver-mysql",
|
"mtxr.sqltools-driver-mysql",
|
||||||
"stateful.runme",
|
"stateful.runme",
|
||||||
"yzhang.markdown-all-in-one",
|
"yzhang.markdown-all-in-one",
|
||||||
"davidanson.vscode-markdownlint",
|
"davidanson.vscode-markdownlint",
|
||||||
"eamodio.gitlens"
|
"eamodio.gitlens",
|
||||||
],
|
"m4ns0ur.base64",
|
||||||
"settings": {
|
"rogalmic.bash-debug",
|
||||||
"terminal.integrated.defaultProfile.linux": "zsh"
|
"streetsidesoftware.code-spell-checker",
|
||||||
}
|
"ms-azuretools.vscode-containers",
|
||||||
|
"eamodio.gitlens",
|
||||||
|
"shd101wyy.markdown-preview-enhanced",
|
||||||
|
"bierner.markdown-mermaid",
|
||||||
|
"bierner.markdown-preview-github-styles"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user