Dockerfile stages
docker.file.stage MQL resource for querying Operating System infrastructure with cnquery and cnspec.
Operating SystemPrivate Resource
Dockerfile stages
Min version: 9.0.0Defaults:
from.nameRelationships
10 resources · 21 relationships·Click to select, expand fields to see properties.
Fields (12)
| Field | Type | Description |
|---|---|---|
addrequired | []docker.file.add | ADD instructions in this Dockerfile |
argrequired | []docker.file.arg | ARG instructions in the Dockerfile |
cmdrequired | docker.file.run | CMD instructions in this Dockerfile |
copyrequired | []docker.file.copy | COPY instructions in this Dockerfile |
entrypointrequired | docker.file.run | ENTRYPOINT instructions in this Dockerfile |
envrequired | []docker.file.env | ENV instructions in this Dockerfile |
exposerequired | []docker.file.expose | EXPOSE instructions in this Dockerfile |
filerequired | docker.file | Contains the reference to the Dockerfile this stage belongs to |
fromrequired | docker.file.from | The source of this stage, specified via `FROM` in Dockerfiles |
labelsrequired | map[string]string | LABEL instructions in the Dockerfile |
runrequired | []docker.file.run | RUN instructions in this Dockerfile |
userrequired | docker.file.user | USER instruction in this Dockerfile |