Skip to content

Snapshot Layer

Choose a tag to compare

@gclayburg gclayburg released this 14 Mar 16:20
· 7 commits to master since this release

New in version 1.4.0

  • new option to create a snapshot layer
  • support for Gradle 6.2.2
  • support for Spring Boot 2.2.5 projects using default classifier
  • fix commonService layer generation issue with newer gradle versions

Upgrading to version 1.4.0

Version 1.4.0 is backwards compatible with prior releases. To upgrade, just change the version number reference in your build.gradle:

plugins {
    id 'com.garyclayburg.dockerprepare' version '1.4.0'
}

However, if you use your own customized Dockerfile and not the default one, you will need to modify yours when you want to take advantage of the new snapshotLayer3. The names of layer3 and layer4 have changed slightly. Compare yours to the default bundled 4layer Dockerfile