arconia image build dockerfile
The arconia image build dockerfile
command builds a container image for your Spring Boot application using a Dockerfile.
Usage
Basic usage:
arconia image build dockerfile --image-name ghcr.io/thomasvitale/my-app:4.2.0
With custom Dockerfile path:
arconia image build dockerfile --image-name ghcr.io/thomasvitale/my-app:4.2.0 --dockerfile config/Dockerfile
Options
The following options are available:
Option | Default | Description |
---|---|---|
|
Name for the image to build. |
|
|
The path to the Dockerfile to use for building the container image. If not specified, the command will look for a Dockerfile in the following locations:
|
|
|
|
Include debug output. |
|
|
Include more verbose output about the execution. |
|
|
Include more details about errors. |
|
Display help information for the command. |