fix(devcontainer): add timeout for build job

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-07-14 08:24:10 +02:00
parent 1deb5aced1
commit da7d2d4a54
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -1 +1,2 @@
FROM docker.io/ubuntu:24.04
#FROM docker.io/ubuntu:24.04
FROM mcr.microsoft.com/devcontainers/base:ubuntu22.04
+2 -2
View File
@@ -22,9 +22,10 @@
"ghcr.io/devcontainers/features/hugo:1": {
"extended": "true"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
"ghcr.io/devcontainers-extra/features/argo-cd:1": {},
"ghcr.io/devcontainers-extra/features/helmfile:1": {},
"ghcr.io/devcontainers-extra/features/kubectl-asdf:2": {},
"ghcr.io/devcontainers-extra/features/kubectx-kubens:1": {},
"ghcr.io/devcontainers-extra/features/talosctl:1": {},
"ghcr.io/devcontainers-extra/features/yamllint:2": {},
"ghcr.io/dhoeric/features/k9s:1": {},
@@ -35,7 +36,6 @@
"jqVersion": "latest",
"yqVersion": "latest"
},
"ghcr.io/jungaretti/features/vim:1": {},
"ghcr.io/robbert229/devcontainer-features/postgresql-client:1": {},
"ghcr.io/robbert229/devcontainer-features/opentofu:1": {},
"ghcr.io/schlich/devcontainer-features/powerlevel10k:1": {},