Interface ManifestListTemplate

    • Method Detail

      • getDigestsForPlatform

        java.util.List<java.lang.String> getDigestsForPlatform​(java.lang.String architecture,
                                                               java.lang.String os)
        Returns a list of digests for a specific platform found in the manifest list. see https://docs.docker.com/registry/spec/manifest-v2-2/#manifest-list
        Parameters:
        architecture - the architecture of the target platform
        os - the os of the target platform
        Returns:
        a list of matching digests