Skip to content

Automatic base image selection removed

Choose a tag to compare

@augi augi released this 17 Feb 09:18
· 67 commits to main since this release

The automatic base image selection feature has been removed. This means the following changes in the API:

  • baseImage is required
  • javaVersion removed
  • windowsBaseImageSpecifier removed

The reason for this change is that choosing the appropriate base image is important and hard, it depends on context, security concerns, etc. Because of this, the base image should be chosen explicitly.