jib-maven-plugin v0.9.8
chanseokoh
released this
02 Aug 12:52
·
1898 commits
to master
since this release
Major Changes
- Docker context generation now includes snapshot dependencies and extra files
- Can disable parallel operation by setting the
jibSerialize
system property totrue
- Environment variables are propagated from the base image
allowInsecureRegistries
allows connecting to insecure HTTPS registries (for example, registries using self-signed certificates)- Added
<to><auth>
and<from><auth>
parameters with<username>
and<password>
fields for simple authentication, similar to the Gradle plugin - Can set credentials via commandline using
jib.to.auth.username
,jib.to.auth.password
,jib.from.auth.username
, andjib.from.auth.password
system properties - Skips execution if packaging is pom
- Fixed slow image reference parsing
- Fixed building empty layers
- Fixed duplicate layer entries causing unbounded cache growth
- Fixed incorrect authentication error message when target and base registry are the same
See CHANGELOG.md for more details.