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

Use a copy of the now defunct sath89/oracle-12c image. #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charettes
Copy link
Member

@martsberger
Copy link

martsberger commented Sep 25, 2019

This change gets passed the error in issue #4, docker-compose run --rm oracle-db works correctly.

But running this branch I get the following error during docker-compose run --rm oracle:
/oracle_entrypoint.sh: line 7: sudo: command not found

Which is really odd, I can't imagine what environment would not have sudo as a command.

Edit: So, it makes sense to me to merge this PR and open another issue for the above (if anyone else is having it, or if I'm just doing something wrong, that would be great)

@laymonage
Copy link

@martsberger I'm also having the same issue using the official image from Oracle. It looks like the Debian distribution that comes with Python slim image doesn't have sudo. However, if you install it, it will ask for the test user's password, which actually isn't set. I don't know what would be the best way to configure the instantclient with this permission issue 🤷‍♂️

Base automatically changed from master to main March 10, 2021 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oracle setup seems to be broken.
3 participants