-
Notifications
You must be signed in to change notification settings - Fork 49
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
chore: Oracle database integration to compose file #2183
Conversation
Current Aviator status
This PR was closed without merging. If you still want to merge this PR, re-open it.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
Additional option for makefile. cynkra#2183
Added a bash script that adds users with all permissions. Also added
I noticed during compose ups that modifications don't show up after restarts. Cleaning cache and volumes helped. |
Added necessary libraries and settings for dm for oracle database connectivity. |
09b7379
to
689b4ad
Compare
This pull request failed to merge: some CI status(es) failed. Remove the Failed CI(s): codecov/project |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
Solved with external repository, thanks! |
Adding necessary lines for the oracle database (free version) to the compose file.
Current free image is hosted on
docker pull container-registry.oracle.com/database/free:latest
Documentation on the docker image can be found on
https://www.oracle.com/database/technologies/oracle-database-software-downloads.html#db_free
Versions from tutorials such as
docker pull store/oracle/database-enterprise:12.2.0.1
do not work.Oracle has discontinued the hosting of these images on docker hub.