Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Update documentation to add parameter dockerfile #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ mvn clean package -Ddockerfile.skip

| Maven Option | What Does it Do? | Required | Default Value |
| ------------- | -------------------------- | -------- | ------------- |
| `dockerfile.contextDirectory` | Directory containing the Dockerfile to build. | yes | none |
| `dockerfile.contextDirectory` | Directory containing the Dockerfile to build. | no | ${project.basedir} |
| `dockerfile.dockerfile` | File name of the Dockerfile (if not `Dockerfile`) | no | none |
| `dockerfile.repository` | The repository to name the built image | no | none |
| `dockerfile.tag` | The tag to apply when building the Dockerfile, which is appended to the repository. | no | latest |
| `dockerfile.build.pullNewerImage` | Updates base images automatically. | no | true |
Expand Down