You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is an unsupported key message if we see build in the compose file. @surajssd : while working on the issue #92 of having image and build in the same compose service, you can also add a check for required fields like image
Follow-up #79 (comment):
image
is a required field in Kubernetes and without it the generated file can't be used.From compose spec, v1 doesn't allow
image
being specified withbuild
, and v2 allows you to do that but theimage
will be built frombuild
.We can print an error when we see
build
in the compose file. Would love to hear more thoughts.The text was updated successfully, but these errors were encountered: