Package | Description |
---|---|
io.fabric8.maven.docker.model | |
io.fabric8.maven.docker.util |
Modifier and Type | Class and Description |
---|---|
class |
ImageArchiveManifestAdapter |
Modifier and Type | Method and Description |
---|---|
static ImageArchiveManifest |
ImageArchiveUtil.readManifest(File file)
Read the (possibly compressed) image archive provided and return the archive manifest.
|
static ImageArchiveManifest |
ImageArchiveUtil.readManifest(InputStream inputStream)
Read the (possibly compressed) image archive stream provided and return the archive manifest.
|
Modifier and Type | Method and Description |
---|---|
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 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 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(Pattern 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(String repoTagPattern,
ImageArchiveManifest manifest)
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
Copyright © 2020. All rights reserved.