Skip to content

Instantly share code, notes, and snippets.

@teadur
Last active February 6, 2024 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teadur/e01dea23ae1eab9e143212cb2f12af53 to your computer and use it in GitHub Desktop.
Save teadur/e01dea23ae1eab9e143212cb2f12af53 to your computer and use it in GitHub Desktop.
devcontainer.json
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
"name": "Arenduskeskus",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"features": {
"ghcr.io/devcontainers-contrib/features/ansible:2": {},
"ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {},
"ghcr.io/joshuanianji/devcontainer-features/gcloud-cli-persistence:1": {},
"ghcr.io/robbert229/devcontainer-features/opentofu:1": {
"version": "1.6.1"
},
// Fixme!: OpenTofu v1.6.0-alpha3
"ghcr.io/dhoeric/features/google-cloud-cli:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"jabacchetta.vscode-essentials",
"Atishay-Jain.All-Autocomplete",
"4ops.terraform",
"Gruntfuggly.todo-tree",
"ms-vscode.remote-repositories",
"jakearl.search-editor-apply-changes",
"stkb.rewrap",
"GitHub.remotehub",
"alefragnani.project-manager",
"pnp.polacode",
"johnpapa.vscode-peacock",
"IBM.output-colorizer",
"metaseed.MetaWord",
"metaseed.MetaJump",
"metaseed.metago",
"ctf0.macros",
"xyz.local-history",
"jasonlhy.hungry-delete",
"nhoizey.gremlins",
"eamodio.gitlens",
"codezombiech.gitignore",
"mhutchie.git-graph",
"vsls-contrib.gistfs",
"lacroixdavid1.vscode-format-context-menu",
"inu1255.easy-snippet",
"mikestead.dotenv",
"svipas.control-snippets",
"streetsidesoftware.code-spell-checker",
"formulahendry.code-runner",
"micnil.vscode-checkpoints",
"alefragnani.Bookmarks",
"GitHub.vscode-pull-request-github"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment