Class ImagePackager

java.lang.Object
org.springframework.boot.loader.tools.Packager
org.springframework.boot.loader.tools.ImagePackager

public class ImagePackager extends Packager
Utility class that can be used to export a fully packaged archive to an OCI image.
Since:
2.3.0
Author:
Phillip Webb, Scott Frederick
  • Constructor Details

    • ImagePackager

      public ImagePackager(File source, File backupFile)
      Create a new ImagePackager instance.
      Parameters:
      source - the source file to package
      backupFile - the backup of the source file to package
  • Method Details