408409410411412413414415416417418
pullImageCmd.withRegistry(registry); } String tag = DockerHelper.getProperty(DockerConstants.DOCKER_TAG, configuration, message, String.class); if (tag != null) { pullImageCmd.withTag(tag); } return pullImageCmd; }