Container image builds don't work with git worktrees #2052
Labels
kind/machinery
Categorizes issue or PR as related to Makefile, scripts or similar changes.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
When you set up a git worktree the
.git
folder is something like a "symlink" to the original directoryWithout containerization that works fine but container image builds require a build context and the tar only the local "scylla-operator-1" directory which contains only the
.git
"symlinks" which lacks the source in the build container.We should allow builds from source code without git in general and fix this as well.
The text was updated successfully, but these errors were encountered: