Releases: Islandora-Devops/isle-gradle-docker-plugin
Releases · Islandora-Devops/isle-gradle-docker-plugin
1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
Full Changelog: 0.11...1.0.0
Complete re-write.
Sixth Release
What's Changed
- Build with Buildx / do not add latest tag unless no tag specified by @nigelgbanks in #7
- Fixes for caching issues by @nigelgbanks in #8
- Issues by @nigelgbanks in #11
- Issue 168 vulnerability checks by @nigelgbanks in #12
- Change custom registry to work on non-linux platforms by @nigelgbanks in #13
Full Changelog: 0.0.4...0.0.6
Fifth Release
Hopefully fixes cache / out of space issues on CI server (Github Actions).
Fourth Release
Now requires Docker 19.03 and up, uses buildx to build and allows for multi-arch builds, and many other fixes.
Third Release
Includes the following changes.
- Enable caching.
- Update dependencies.
- Plugin does not correctly handle bind mounts
- Copying context has problems with symlinks and dot files
One fallout of upgrading is that logic to accommodate the two types of build tasks DockerBuildKitBuildImage
and DockerBuildImage
no longer need to account for DockerBuildImage
as it is no longer used the class DockerBuildKitBuildImage
now supports building with or without buildkit.