docker.file.stage
Description
Dockerfile stages
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| from | docker.file.from | The source of this stage, specified via FROM in Dockerfiles |
| file | docker.file | Contains the reference to the Dockerfile this stage belongs to |
| env | map[string]string | Environment variables configured in the Dockerfile |
| labels | map[string]string | LABEL instructions in the Dockerfile |
| run | []docker.file.run | RUN instructions in this Dockerfile |
| cmd | docker.file.run | CMD instructions in this Dockerfile |
| user | docker.file.user | USER instruction in this Dockerfile |
| entrypoint | docker.file.run | ENTRYPOINT instructions in this Dockerfile |
| add | []docker.file.add | ADD instructions in this Dockerfile |
| copy | []docker.file.copy | COPY instructions in this Dockerfile |
| expose | []docker.file.expose | EXPOSE instructions in this Dockerfile |
References