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

brewfile updates

This commit is contained in:
2021-03-30 20:02:18 -04:00
parent 3a53eb7fe0
commit d6318d81dd
4 changed files with 34 additions and 0 deletions

28
docker/config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"experimental" : "disabled",
"stackOrchestrator" : "swarm",
"credHelpers" : {
"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"
}

1
docker/daemon.json Normal file
View File

@@ -0,0 +1 @@
{"experimental":false,"features":{"buildkit":true}}