GoogleCloudPlatform / elcarro-oracle-operator

El Carro is a new project that offers a way to run Oracle databases in Kubernetes as a portable, open source, community driven, no vendor lock-in container orchestration system. El Carro provides a powerful declarative API for comprehensive and consistent configuration and deployment as well as for real-time operations and monitoring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COPY oracle/version.go oracle/version.go file does not exists

harishpadmanabhan93 opened this issue · comments

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

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