Interface BuildableManifestTemplate

    • Method Detail

      • getManifestMediaType

        java.lang.String getManifestMediaType()
        Returns the media type for this manifest, specific to the image format.
        Specified by:
        getManifestMediaType in interface ManifestTemplate
        Returns:
        the media type for this manifest, specific to the image format
      • setContainerConfiguration

        void setContainerConfiguration​(long size,
                                       DescriptorDigest digest)
        Sets the content descriptor of the container configuration.
        Parameters:
        size - the size of the container configuration.
        digest - the container configuration content descriptor digest.
      • addLayer

        void addLayer​(long size,
                      DescriptorDigest digest)
        Adds a layer to the manifest.
        Parameters:
        size - the size of the layer.
        digest - the layer descriptor digest.