COPY oracle/version.go oracle/version.go file does not exists
harishpadmanabhan93 opened this issue · 1 comments
harishpadmanabhan93 commented
Step 8/19 : COPY oracle/version.go oracle/version.go
COPY failed: file not found in build context or excluded by .dockerignore: stat oracle/version.go: file does not exist
Getting the above error while installing the El carro oracle operator in Minikube
yian-zhou commented
Thanks a lot for reporting the issue!
The cause of this issue is that the oracle/version.go file was excluded by .dockerignore but was used by operator dockerfile.
It was fixed via following commit: 0cb9dd4
If you are using source code to build the operator image, feel free to add the oracle/version.go file following this commit.
Please let us know if you have any other questions. :-)
Cheers,
Yian