1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

commit nanorc config

This commit is contained in:
2023-01-05 14:16:34 -05:00
parent eeb1f2092c
commit 2f51d538a5
13 changed files with 107 additions and 47 deletions

View File

@@ -1,28 +1,21 @@
{
"experimental" : "disabled",
"stackOrchestrator" : "swarm",
"credHelpers" : {
"auths": {
"gcr.io": {},
"ghcr.io": {},
"https://index.docker.io/v1/": {}
},
"credsStore": "desktop",
"credHelpers": {
"194055617947.dkr.ecr.us-east-1.amazonaws.com" : "ecr-login",
"public.ecr.aws" : "ecr-login",
"gcr.io" : "gcloud",
"staging-k8s.gcr.io" : "gcloud",
"us.gcr.io" : "gcloud",
"asia.gcr.io" : "gcloud",
"marketplace.gcr.io" : "gcloud",
"eu.gcr.io" : "gcloud"
},
"auths" : {
"ghcr.io" : {
},
"gcr.io" : {
},
"registry.digitalocean.com" : {
},
"https://index.docker.io/v1/" : {
}
},
"credsStore" : "desktop"
"asia.gcr.io": "gcloud",
"eu.gcr.io": "gcloud",
"gcr.io": "gcloud",
"marketplace.gcr.io": "gcloud",
"staging-k8s.gcr.io": "gcloud",
"us.gcr.io": "gcloud"
},
"experimental": "enabled",
"stackOrchestrator": "swarm",
"currentContext": "desktop-linux"
}

View File

@@ -1 +1,12 @@
{"experimental":false,"features":{"buildkit":true}}
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": true,
"features": {
"buildkit": true
}
}

3
docker/features.json Normal file
View File

@@ -0,0 +1,3 @@
{
"composeV2": "enabled"
}