Class CommandLineGenerator


  • public class CommandLineGenerator
    extends Object
    • Constructor Detail

      • CommandLineGenerator

        public CommandLineGenerator​(RemoteInfo remoteInfo)
    • Method Detail

      • addCmd

        public void addCmd​(String cmd)
      • addPlatforms

        public boolean addPlatforms​(List<String> platforms)
        Add the platform option
        Parameters:
        platforms - the os/arch of the resulting image(s)
        Returns:
        true if multi-platform
      • addManifest

        public void addManifest​(String name)
      • addTag

        public void addTag​(String name)
      • addContainerfile

        public void addContainerfile​(String containerfile)
      • addContext

        public void addContext​(Path contextDir)