Class LayerConfig

java.lang.Object
org.honton.chas.buildx.maven.plugin.config.LayerConfig

public class LayerConfig extends Object
Layer of files in the image
  • Field Details

    • chown

      @Parameter public String chown
      Owner:Group of the files in the image
    • chmod

      @Parameter public String chmod
      Permissions of the files in the image
    • context

      @Parameter public String context
      Name of context containing srcs
    • srcs

      @Parameter(required=true) public List<String> srcs
      Files relative to the context to be copied. (golang wildcards supported)
    • dest

      @Parameter(required=true) public String dest
      Absolute destination in the image where files are copied
  • Constructor Details

    • LayerConfig

      public LayerConfig()