update flake

This commit is contained in:
Jim Clark
2023-09-09 23:55:41 -07:00
parent f5254faa23
commit 4bdc0abe3a
3 changed files with 28 additions and 18 deletions

View File

@@ -34,6 +34,12 @@
;; ignore patterns
(def patterns (docker/dockerignore-patterns (slurp "/Users/slim/vonwig/nodejs-service/.dockerignore")))
(docker/dockerignore-matches (assoc patterns :path "node_modules/hey"))
(docker/dockerignore-matches (assoc patterns :path "nodes"))
(docker/dockerignore-matches (assoc patterns :path "Dockerfile"))
(docker/dockerignore-matches (assoc patterns :path "blah/crap/npm-debug.log"))
(docker/dockerignore-matches (assoc patterns :path "blah/.vscode/hello.txt"))
(docker/dockerignore-matches (assoc patterns :path "src/jim/main.clj"))
;; parse image names using github.com/docker/distribution
;; turns golang structs into clojure maps