- support OCI image output format
- support skaffold workflow as a custom builder
- supporting non-root file ownership when container runs as non-root - needed for skaffold dev mode to update source files in running pods
- removed dependency on code from leiningen plugin
:tagger
functions now return the image name instead of just the image tag. This allows us to let an external workflow drive the target image naming completely
- fix missing resources when doing aot
- fix docker path for nested paths
- fix error message for unknown registry types
- support for polylith layout
- support envsubst style semantics for [:target-image :image-name]
- set default value for :tar type if there's no image-name (app.tar)
- add
:allow-insecure-registries
flag to config map, and pass to underlying Jib Containerizer
- default WORKING_DIR changed to
/home/app
(was previously/
)- can still change using
:working-dir
parameter to change this
- can still change using
- update
tools.build
tov0.8.1
(requires an exclusion ofcom.google.guava/guava
- the maven core transitive dep was breaking google jib) - support libs with shaded deps (such as xtdb-core)