docker.file
Description
Dockerfile resource
The docker.file
resource provides fields for assessing Dockerfiles.
Init
docker.file(path string)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
file | file | File information about this Dockerfile |
instructions | dict | List of instructions in the order they appear |
stages | []docker.file.stage | All stages included in this Dockerfile |
References