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
Existence of "build->artifacts->context" path has no bearing on "deploy" (nor "fix", nor any other pipeline that does not need it, so "build" only???). When using "deploy" separately from "build", context path (which is used for "build") is not guaranteed to exist during "deploy". Does "deploy" need context anyway?
Actual behavior
Error thrown stating that context does not exist.
invalid skaffold config: image "some.azurecr.io/myproject" context "./publish/myproject/" does not exist
Information
Skaffold version: 1.13.0
Operating system: Windows and Linux, others unsure
Your expected behavior definitely sounds reasonable. I'll discuss in our weekly triage what, if anything, necessitated the existence of a build context always.
Expected behavior
Existence of "build->artifacts->context" path has no bearing on "deploy" (nor "fix", nor any other pipeline that does not need it, so "build" only???). When using "deploy" separately from "build", context path (which is used for "build") is not guaranteed to exist during "deploy". Does "deploy" need context anyway?
Actual behavior
Error thrown stating that context does not exist.
Information
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: