EmailDone1
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s

This commit is contained in:
QuangMinh_123
2025-12-06 05:58:48 +07:00
parent e9e6e3f636
commit c871216ae0
15 changed files with 1144 additions and 303 deletions

View File

@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/rust
{
"name": "fission:ailbl-tag",
"name": "fission:ailbl-user-email",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
// "image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
// Use docker compose file
@@ -21,17 +21,17 @@
},
"extensions": [
// VS Code specific
"ms-azuretools.vscode-docker" ,
"dbaeumer.vscode-eslint" ,
"EditorConfig.EditorConfig" ,
"ms-azuretools.vscode-docker",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
// Python specific
"ms-python.python" ,
"ms-python.black-formatter" ,
"ms-python.python",
"ms-python.black-formatter",
// C++ specific
"ms-vscode.cpptools" ,
"twxs.cmake" ,
"ms-vscode.cpptools",
"twxs.cmake",
// Markdown specific
"yzhang.markdown-all-in-one" ,
"yzhang.markdown-all-in-one",
// YAML formatter
"kennylong.kubernetes-yaml-formatter",
// hightlight and format `pyproject.toml`
@@ -39,7 +39,7 @@
]
}
},
"mounts": [ ],
"mounts": [],
// "runArgs": [
// "--env-file",
// ".devcontainer/.env"
@@ -47,4 +47,4 @@
"postStartCommand": "/workspaces/${localWorkspaceFolderBasename}/.devcontainer/initscript.sh",
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": []
}
}