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
skaffold dev with build --symlink_prefix=/ in .bazelrc should look for built artifacts in the correct folder.
Actual behavior
Looks for it in ./bazel-bin:
FATA[0008] exiting dev mode because the first build failed: building [docker.io/bitnami/postgresql]: build artifact: opening image tarball: open bazel-bin/packages/postgres/postgres.tar: no such file or directory
Information
Skaffold version: 0.18.0
Operating system: macOS
Steps to reproduce the behavior
See expected behavior
The text was updated successfully, but these errors were encountered:
Expected behavior
skaffold dev
withbuild --symlink_prefix=/
in.bazelrc
should look for built artifacts in the correct folder.Actual behavior
Looks for it in
./bazel-bin
:Information
Steps to reproduce the behavior
See expected behavior
The text was updated successfully, but these errors were encountered: