Uses of Class
nl.lexemmens.podman.config.image.single.SingleImageConfiguration
-
Packages that use SingleImageConfiguration Package Description nl.lexemmens.podman nl.lexemmens.podman.config.image.batch nl.lexemmens.podman.helper nl.lexemmens.podman.service -
-
Uses of SingleImageConfiguration in nl.lexemmens.podman
Fields in nl.lexemmens.podman with type parameters of type SingleImageConfiguration Modifier and Type Field Description protected List<SingleImageConfiguration>AbstractPodmanMojo. imagesSingle Image configuration: 1 configuration to 1 imageprotected List<SingleImageConfiguration>AbstractPodmanMojo. resolvedImages -
Uses of SingleImageConfiguration in nl.lexemmens.podman.config.image.batch
Methods in nl.lexemmens.podman.config.image.batch that return types with arguments of type SingleImageConfiguration Modifier and Type Method Description List<SingleImageConfiguration>BatchImageConfiguration. resolve(org.apache.maven.plugin.logging.Log log)Concerts thisBatchImageConfigurationinto a collection ofSingleImageConfigurationinstances. -
Uses of SingleImageConfiguration in nl.lexemmens.podman.helper
Methods in nl.lexemmens.podman.helper with parameters of type SingleImageConfiguration Modifier and Type Method Description voidImageNameHelper. adaptReplacemeents(SingleImageConfiguration imageConfiguration)Adapt some replacements based on the newSingleImageConfiguration.voidParameterReplacer.Replacement. adaptReplacement(SingleImageConfiguration imageConfiguration)Adapts aParameterReplacer.Replacementinstance to the providedSingleImageConfigurationvoidParameterReplacer. adaptReplacements(SingleImageConfiguration imageConfiguration)Adapt all known replacements based on the suppliedSingleImageConfiguration.voidImageNameHelper. formatImageName(SingleImageConfiguration imageConfiguration)Formats the imageName according to the specifications from this class.voidMultiStageBuildOutputHelper. recordImageHashes(org.apache.maven.plugin.logging.Log log, SingleImageConfiguration image, List<String> processOutput)Tries to determine the image hashes from the output of a Podman build command when using multistage containerfiles. -
Uses of SingleImageConfiguration in nl.lexemmens.podman.service
Methods in nl.lexemmens.podman.service with parameters of type SingleImageConfiguration Modifier and Type Method Description List<String>PodmanExecutorService. build(SingleImageConfiguration image)Implementation of the 'podman build' command.voidContainerfileDecorator. decorateContainerfile(SingleImageConfiguration image)Decorates a Dockerfile by executing a series of actions to get to the final Dockerfile:
-