File tree Expand file tree Collapse file tree 3 files changed +100
-0
lines changed
.devcontainer/capa-devbox Expand file tree Collapse file tree 3 files changed +100
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " CAPA Devcontainer+Devbox" ,
3+ "image" : " mcr.microsoft.com/devcontainers/go" ,
4+ "features" : {
5+ "ghcr.io/dlouwers/devcontainer-features/devbox:1" : {},
6+ "ghcr.io/devcontainers/features/docker-in-docker:2.12.0" : {},
7+ "ghcr.io/devcontainers-contrib/features/kind:1.0.14" : {},
8+ "ghcr.io/rio/features/k9s:1.1.5" : {},
9+ "ghcr.io/audacioustux/devcontainers/tilt:1.0.1" : {},
10+ "ghcr.io/devcontainers/features/kubectl-helm-minikube:1.2.0" : {
11+ "version" : " latest" ,
12+ "helm" : " latest" ,
13+ "minikube" : " none"
14+ }
15+ },
16+ "postCreateCommand" : " devbox install" ,
17+ "customizations" : {
18+ "vscode" : {
19+ "settings" : {},
20+ "extensions" : [
21+ " jetpack-io.devbox" ,
22+ " golang.go" ,
23+ " ms-kubernetes-tools.vscode-kubernetes-tools" ,
24+ " ms-azuretools.vscode-dockerr"
25+ ]
26+ }
27+ }
28+ }
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json" ,
3+ "packages" : [
4+ " go" ,
5+ " kubectl" ,
6+ " kind" ,
7+ " docker" ,
8+ " helm" ,
9+ " jq" ,
10+ " yq" ,
11+ " git" ,
12+ " k9s" ,
13+ " tilt" ,
14+ " awscli"
15+ ],
16+ "shell" : {
17+ "scripts" : {
18+ "build" : [
19+ " make clusterawsadm"
20+ ]
21+ }
22+ }
23+ }
Original file line number Diff line number Diff line change 1+ {
2+ "lockfile_version": "1",
3+ "packages": {
4+ "awscli": {
5+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#awscli",
6+ "source": "nixpkg"
7+ },
8+ "docker": {
9+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#docker",
10+ "source": "nixpkg"
11+ },
12+ "git": {
13+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#git",
14+ "source": "nixpkg"
15+ },
16+ "go": {
17+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#go",
18+ "source": "nixpkg"
19+ },
20+ "helm": {
21+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#helm",
22+ "source": "nixpkg"
23+ },
24+ "jq": {
25+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#jq",
26+ "source": "nixpkg"
27+ },
28+ "k9s": {
29+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#k9s",
30+ "source": "nixpkg"
31+ },
32+ "kind": {
33+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#kind",
34+ "source": "nixpkg"
35+ },
36+ "kubectl": {
37+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#kubectl",
38+ "source": "nixpkg"
39+ },
40+ "tilt": {
41+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#tilt",
42+ "source": "nixpkg"
43+ },
44+ "yq": {
45+ "resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#yq",
46+ "source": "nixpkg"
47+ }
48+ }
49+ }
You can’t perform that action at this time.
0 commit comments