summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Kierpiec <nkierpiec@chef.io>2020-07-21 13:55:22 -0400
committerTom Duffield <tom@chef.io>2020-07-28 10:53:20 -0500
commit85233431888bdf7935f7ae9fe4c1b8a46c7384a1 (patch)
tree26880351575bbd28b6a90d33705f89d904b0d64f
parent80237aea6ac8e21a22ca23973ac6583aee681058 (diff)
downloadchef-85233431888bdf7935f7ae9fe4c1b8a46c7384a1.tar.gz
Comment out .envrc so it doesn't class with internal and external chef
devs. Add instructions in the README for how to use dobi. Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
-rw-r--r--.envrc4
-rw-r--r--README.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/.envrc b/.envrc
index 7f9b335cc1..33ca95455a 100644
--- a/.envrc
+++ b/.envrc
@@ -1,2 +1,2 @@
-export IMAGE_REGISTRY="localhost:5000"
-export VERSION=$(cat VERSION) \ No newline at end of file
+# export IMAGE_REGISTRY="localhost:5000"
+# export VERSION=$(cat VERSION) \ No newline at end of file
diff --git a/README.md b/README.md
index 6686b49ba4..fb07509f9a 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,10 @@ To learn more about our monthly feature releases and yearly major releases, see
We'd love to have your help developing Chef Infra. See our [Contributing Document](./CONTRIBUTING.md) for more information on getting started.
+## How to use [Dobi](https://dnephin.github.io/dobi/)
+
+For local development, uncomment the `.envrc` file and run `direnv reload`. Dobi will use those env variables for when you want to build the docker images locally. If you are already using `direnv` you can just add those env variables to whatever you are using or just export the env variables locally.
+
## License and Copyright
Copyright 2008-2020, Chef Software, Inc.