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
The changes from #795 are causing image builds of master to fail. I haven't had a chance to look at why, but I think it's probably an easy fix. I'll get to it later today or tomorrow if someone else doesn't take it first.
Due to the version of docker used to build images, the Dockerfile used
with -f must be in the same directory that's used for the context. Copy
the Dockerfile into the _output directory and make the custom targets
more closely match the standard ones.
Fixesvmware-tanzu#833
Signed-off-by: Nolan Brubaker <[email protected]>
Due to the version of docker used to build images, the Dockerfile used
with -f must be in the same directory that's used for the context. Copy
the Dockerfile into the _output directory and make the custom targets
more closely match the standard ones.
Fixesvmware-tanzu#833
Signed-off-by: Nolan Brubaker <[email protected]>
nrb
pushed a commit
to nrb/velero
that referenced
this issue
Sep 12, 2018
Due to the version of docker used to build images, the Dockerfile used
with -f must be in the same directory that's used for the context. Copy
the Dockerfile into the _output directory and make the custom targets
more closely match the standard ones.
Fixesvmware-tanzu#833
Signed-off-by: Nolan Brubaker <[email protected]>
The changes from #795 are causing image builds of
master
to fail. I haven't had a chance to look at why, but I think it's probably an easy fix. I'll get to it later today or tomorrow if someone else doesn't take it first.cc @carlisia @nrb @wwitzel3
The text was updated successfully, but these errors were encountered: