dev container: proof of custom docker file

This commit is contained in:
2025-10-13 21:53:51 +00:00
parent cc9906d2be
commit 04e5296521
2 changed files with 7 additions and 2 deletions

3
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/devcontainers/base:jammy
# Optional: install additional tools here

View File

@@ -1,9 +1,11 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the // 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 // README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{ {
"name": "git-limbosolutions-com-dev-container", "name": "git-limbosolutions-com-dev",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy", "build": {
"dockerfile": "Dockerfile"
},
"features": { "features": {
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {} "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}
}, },