Open
Description
Based of the docs it seems build
and image
can be used together to use image
as the image tag when runningdocker build
. The JSON spec doesn't allow both values together, but the cli does it actually exactly as the docs say.
{
...
"image": "my-devimage",
"build": {
"dockerfile": "Dockerfile",
}
}
Metadata
Metadata
Assignees
Labels
No labels