File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,15 @@ $ stardog query <database-name> <path-to-migration>
61
61
If a version bump requires a migration to be run, it should be noted in the
62
62
release notes.
63
63
64
+ ## Docker
65
+
66
+ CI will build and push a docker image to
67
+
68
+ ```
69
+ europe-west2-docker.pkg.dev/swirrl-devops-infrastructure-1/swirrl/drafter-pmd4
70
+ ```
71
+
72
+ tagged with git tag, branch name, and commit sha.
73
+
74
+ Consumers may want to mount volumes at ` /app/config ` to provide custom
75
+ configuration, and at ` /app/stasher-cache ` to persist the cache.
Original file line number Diff line number Diff line change 28
28
:image-type (get opts :image-type :docker )
29
29
:include {" /app/config" [" ./resources/drafter-auth0.edn" ]}
30
30
:base-image " gcr.io/distroless/java:11"
31
- :volumes #{" /app/config" " /app/stasher-cache" }
32
31
; ; NOTE Not as documented!
33
32
; ; The docstring states that these should be
34
33
; ; :to-registry {:username ... :password ...}
Original file line number Diff line number Diff line change 144
144
:main-opts [" -m" " mach.pack.alpha.skinny" ]}
145
145
146
146
:build {:deps {io.github.clojure/tools.build {:git/tag " v0.7.5" :git/sha " 34727f7" }
147
- io.github.rickmoynihan /pack.alpha {:git/sha " e461cf1ad0e6aa1a9d93e924bcbad32ae52db783 " }}
147
+ io.github.juxt /pack.alpha {:git/sha " 9fd4a63ddeec3bedcbc819422de5a40ccb9eb8c9 " }}
148
148
:ns-default build}
149
149
150
150
:java9 {:jvm-opts [" --add-modules" " java.xml.bind" ]}
You can’t perform that action at this time.
0 commit comments