static Map<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntriesByRepoTagPattern(String repoTagPattern,
ImageArchiveManifest manifest) |
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
static Map<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntriesByRepoTagPattern(Pattern repoTagPattern,
ImageArchiveManifest manifest) |
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
static ImageArchiveManifestEntry |
ImageArchiveUtil.findEntryByRepoTag(String repoTag,
ImageArchiveManifest manifest) |
Search the manifest for an entry that has the repository and tag provided.
|
static org.apache.commons.lang3.tuple.Pair<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntryByRepoTagPattern(String repoTagPattern,
ImageArchiveManifest manifest) |
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
static org.apache.commons.lang3.tuple.Pair<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntryByRepoTagPattern(Pattern repoTagPattern,
ImageArchiveManifest manifest) |
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|