We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build
image
Per the official Docker Compose spec, a Compose file may include both build and image definition. If they are both defined:
"it builds it using the specified options and tags it with the specified tag."
We should update the Uffizzi Compose implementation such that we can similarly support both build and image definitions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per the official Docker Compose spec, a Compose file may include both
build
andimage
definition. If they are both defined:"it builds it using the specified options and tags it with the specified tag."
We should update the Uffizzi Compose implementation such that we can similarly support both
build
andimage
definitions.The text was updated successfully, but these errors were encountered: