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:
@@ -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"
|
||||
}
|
||||
@@ -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
3
docker/features.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"composeV2": "enabled"
|
||||
}
|
||||
Reference in New Issue
Block a user