Releases: GoogleContainerTools/jib
Releases · GoogleContainerTools/jib
jib-gradle-plugin v0.9.2
Major Changes
- Can configure jibExportDockerContext output directory with
jibExportDockerContext.targetDiror command line option--targetDir
See CHANGELOG.md for more details.
jib-maven-plugin v0.9.1
Major Changes
- Added
<container><ports>parameter to define container's exposed ports (similar to DockerfileEXPOSE) - Can set
allowInsecureRegistriesparameter totrueto use registries that only support HTTP jvmFlags,mainClass,args, andformatare now grouped undercontainerconfiguration object- Using Azure Container Registry now works - define credentials in Maven settings
See CHANGELOG.md for more details.
jib-gradle-plugin v0.9.1
Major Changes
- Added
container.portsparameter to define container's exposed ports (similar to DockerfileEXPOSE) - Can set
allowInsecureRegistriesparameter totrueto use registries that only support HTTP jvmFlags,mainClass,args, andformatare now grouped undercontainerconfiguration object- Using Azure Container Registry now works - define credentials in
jib.to.auth/jib.from.auth
See CHANGELOG.md for more details.
jib-maven-plugin v0.9.0
Beta
Major Changes
- Use
jib:dockerBuildto build straight to the Docker daemon mainClassis not required anymore and can be inferred- Can now specify target image with
-Dimagecommand line option argsparameter to define default main args- Removed
enableReproducibleBuildsparameter - Changed configuration schema to be more like configuration for
jib-gradle-plugin- NOT compatible with prior versions ofjib-maven-plugin jib:dockercontexthas been changed tojib:exportDockerContext
Known Limitations
- Pushing to Azure Container Registry is not currently supported.
See CHANGELOG.md for more details.
jib-maven-plugin v0.1.7
Alpha 8
Major Changes
- Fixed using base images that lack entrypoints
Known Limitations
- Cannot build directly to a Docker daemon.
- Pushing to Azure Container Registry is not currently supported.
See CHANGELOG.md for more details.
jib-gradle-plugin v0.1.1
Alpha 2
Major Changes
- Warns if specified
mainClassis not a valid Java class - Can specify registry credentials to use directly with
from.authandto.auth
Known Limitations
- Does not support exporting to a Docker context.
- Cannot build directly to a Docker daemon.
- Pushing to Azure Container Registry is not currently supported.
See CHANGELOG.md for more details.
jib-gradle-plugin v0.1.0
Alpha 1
Known Limitations
- Must use a Docker credential helper.
- Does not support exporting to a Docker context.
- Cannot build directly to a Docker daemon.
- Pushing to Azure Container Registry is not currently supported.
See CHANGELOG.md for more details.
jib-maven-plugin v0.1.6
Alpha 7
Major Changes
- Base image layers are now cached on a user-level rather than a project level - this allows for multiple projects to use the same cache for base image layers - disable with
useOnlyProjectCacheconfiguration. - Fixes
jib:dockercontextnot building aDockerfile.
Known Limitations
- Cannot build directly to a Docker daemon.
- Pushing to Azure Container Registry is not currently supported.
See CHANGELOG.md for more details.
jib-maven-plugin v0.1.5
Alpha 6
Major Changes
- Export a Docker context (including a Dockerfile) with
jib:dockercontext.
Known Limitations
- Cannot build directly to a Docker daemon.
- Pushing to Azure Container Registry is not currently supported.
See CHANGELOG.md for more details.
jib-maven-plugin v0.1.4
Alpha 5
Major Changes
- Bug fixes
Known Limitations
- Cannot build directly to a Docker daemon.
- Pushing to Azure Container Registry is not currently supported.
See CHANGELOG.md for more details.