WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx step report image
list of jx commands
jx step report image
Creates a report of a set of package versions
Synopsis
Creates a report of a set of package versions. This command is typically used inside images to determine what tools are inside.
jx step report image versions [flags]
Examples
Options
--active-deadline-seconds int The number of seconds before the Job can be terminated (default 14400)
-l, --backoff-limit int32 The backoff limit: how many times to retry the job before considering it failed) to run in the Job (default 1)
--batch-size int Number of images to process per Job (default 10)
--branch string The git branch to store the results
--container-dir string the report directory of the reports (default "/workspace/reports")
-d, --dir string The dir of the version stream. If not specified it the version stream is cloned
-e, --email string The email if using git storage (default "jenkins-x@googlegroups.com")
-x, --exclude stringArray The text strings to exclude on the image names (default [machine-learning])
-f, --filter stringArray The text to filter image names (default [gcr.io/jenkinsxio])
--git-url string The git URL of the project to store the results
-h, --help help for image
-n, --name string The name of the file to generate
--no-delete-job Should we not delete the Job?
--no-wait Should we not wait for the Job to complete?
-o, --out-dir string The directory to store the resulting reports in
-p, --path string The output path in the bucket/git repository to store the reports (default "reports/imageVersions")
--service-account string The Kubernetes ServiceAccount to use to run the Job (default "tekton-bot")
--stash-image string The container image used to stash the results (default "gcr.io/jenkinsxio/builder-go:latest")
--test-image string Override the actual image used in the container jobs so we can test out changes to the jx steps before they make it into the builders
-u, --username string The user if using git storage (default "jenkins-x-bot")
--wait-timeout duration Amount of time to wait for the Job to complete before failing (default 1h0m0s)
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx step report - report [kind]
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)