List
dib list
Print list of images managed by dib
Synopsis
dib list will print a list of all Docker images managed by dib
dib list [flags]
Options
--build-arg argument=value argument=value to supply to the builder
-h, --help help for list
-o, --output string Output format (console|go-template-file)
You can provide a custom format using go-template: like this: "-o go-template-file=...".
Options inherited from parent commands
--build-path string Path to the directory containing all Dockerfiles to be built by dib. Every Dockerfile will be recursively
found and added to the build graph. You can provide any subdirectory if you want to focus on a reduced set of images,
as long as it has at least one Dockerfile in it. (default "docker")
--config string config file (default is $HOME/.config/.dib.yaml)
--hash-list-file-path string Path to custom hash list file that will be used to humanize hash
-l, --log-level string Log level. Can be any standard log-level ("info", "debug", etc...) (default "info")
--placeholder-tag string Tag used as placeholder in Dockerfile "from" statements, and replaced internally by dib during builds
to use the latest tags from parent images. In release mode, all images will be tagged with the placeholder tag, so
Dockerfiles are always valid (images can still be built even without using dib). (default "latest")
--registry-url string Docker registry URL where images are stored. (default "eu.gcr.io/my-test-repository")
SEE ALSO
- dib - An Opinionated Docker Image Builder