Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy oracle Instant Client zip files from src folder to docker image #1230

Closed
Enado95 opened this issue Mar 14, 2020 · 9 comments
Closed

Copy oracle Instant Client zip files from src folder to docker image #1230

Enado95 opened this issue Mar 14, 2020 · 9 comments

Comments

@Enado95
Copy link

Enado95 commented Mar 14, 2020

I want to know if I can copy the Instant Client zip files from my project src folder to the docker image when it is created. I don't have access to the machine where docker runs so I'd like to know if this is possible.

@cjbj
Copy link
Member

cjbj commented Mar 14, 2020

@Enado95
Copy link
Author

Enado95 commented Mar 14, 2020

So for more context the only option I was advise to use was no. 3. Where I copy the instant client files. Wanted to know if I can commit the client files with my code and then copy them to the image when it’s being created. I won’t have access to the machine where docker is run. So this is the only option I was given.

@cjbj
Copy link
Member

cjbj commented Mar 14, 2020

Why wouldn't you be able to do that? Try it and see !

The only general issue is 'committing'. It sounds like you are using a source code control system, and generally, but not always, large binaries are not committed into them.

@Enado95
Copy link
Author

Enado95 commented Mar 14, 2020 via email

@cjbj
Copy link
Member

cjbj commented Mar 15, 2020

Sounds like a good use case for copying.

@Enado95
Copy link
Author

Enado95 commented Mar 16, 2020

Is there a preferred Node 12 image to use?

@cjbj
Copy link
Member

cjbj commented Mar 16, 2020

I think it is personal preference.

@Enado95
Copy link
Author

Enado95 commented Mar 17, 2020

I chose the one used in your example node:12-buster-slim. Thanks

@cjbj
Copy link
Member

cjbj commented Mar 17, 2020

Sounds good. I'll close this issue.

@cjbj cjbj closed this as completed Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants