Uses of Class
com.salesforce.multicloudj.registry.model.Manifest
Packages that use Manifest
Package
Description
-
Uses of Manifest in com.salesforce.multicloudj.registry.driver
Methods in com.salesforce.multicloudj.registry.driver that return ManifestModifier and TypeMethodDescriptionOciRegistryClient.fetchManifest(String repository, String reference) Fetches the image manifest for the given repository and reference (tag or digest).Methods in com.salesforce.multicloudj.registry.driver with parameters of type ManifestModifier and TypeMethodDescriptionprotected StringAbstractRegistry.selectPlatformFromIndex(Manifest indexManifest, Platform platform) Selects a platform-specific manifest from a multi-arch image index. -
Uses of Manifest in com.salesforce.multicloudj.registry.model
Methods in com.salesforce.multicloudj.registry.model that return ManifestModifier and TypeMethodDescriptionstatic ManifestManifest.image(String configDigest, List<Manifest.LayerInfo> layerInfos, String digest, Map<String, String> annotations, String subject) static Manifeststatic ManifestManifest.index(List<Manifest.IndexEntry> indexManifests, String digest) static ManifestManifest.index(List<Manifest.IndexEntry> indexManifests, String digest, Map<String, String> annotations, String subject)