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

chore: Oracle database integration to compose file #2183

Closed
wants to merge 10 commits into from

Conversation

aavanesy
Copy link

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.

Copy link
Contributor

aviator-app bot commented Jan 18, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

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.

@aavanesy
Copy link
Author

Added a bash script that adds users with all permissions.
I tried without success to create a user on image creation stage or during docker compose.
Sleep is set at 30 seconds but it is less, just a defensive number

Also added

db-reset:
	docker-compose down --volumes
	docker-compose build --no-cache

I noticed during compose ups that modifications don't show up after restarts. Cleaning cache and volumes helped.

@aavanesy
Copy link
Author

Added necessary libraries and settings for dm for oracle database connectivity.

@krlmlr krlmlr changed the title Oracle database integration to compose file chore: Oracle database integration to compose file Jan 19, 2024
@aviator-app aviator-app bot force-pushed the oracle-database-integration branch from 09b7379 to 689b4ad Compare January 19, 2024 13:04
@aviator-app aviator-app bot added the blocked label Jan 19, 2024
Copy link
Contributor

aviator-app bot commented Jan 19, 2024

This pull request failed to merge: some CI status(es) failed. Remove the blocked label to re-queue.

Failed CI(s): codecov/project

@github-actions github-actions bot removed the blocked label Jan 19, 2024
@aviator-app aviator-app bot added the blocked label Jan 19, 2024
Copy link
Contributor

aviator-app bot commented Jan 19, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Jan 20, 2024
@aviator-app aviator-app bot added the blocked label Jan 20, 2024
Copy link
Contributor

aviator-app bot commented Jan 20, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Jan 21, 2024
@aviator-app aviator-app bot added the blocked label Jan 21, 2024
Copy link
Contributor

aviator-app bot commented Jan 21, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Jan 21, 2024
@aviator-app aviator-app bot added the blocked label Jan 21, 2024
Copy link
Contributor

aviator-app bot commented Jan 21, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Jan 21, 2024
@aviator-app aviator-app bot added the blocked label Jan 21, 2024
Copy link
Contributor

aviator-app bot commented Jan 21, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Jan 21, 2024
Copy link
Contributor

aviator-app bot commented Mar 25, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Mar 25, 2024
@aviator-app aviator-app bot added the blocked label Mar 25, 2024
Copy link
Contributor

aviator-app bot commented Mar 25, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Mar 25, 2024
@aviator-app aviator-app bot added the blocked label Mar 25, 2024
Copy link
Contributor

aviator-app bot commented Mar 25, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Mar 25, 2024
@aviator-app aviator-app bot added the blocked label Mar 25, 2024
Copy link
Contributor

aviator-app bot commented Mar 25, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Mar 25, 2024
@aviator-app aviator-app bot added the blocked label Mar 25, 2024
Copy link
Contributor

aviator-app bot commented Mar 25, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Mar 25, 2024
@aviator-app aviator-app bot added the blocked label Mar 25, 2024
Copy link
Contributor

aviator-app bot commented Mar 25, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@github-actions github-actions bot removed the blocked label Mar 26, 2024
Copy link
Contributor

aviator-app bot commented Mar 26, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Remove the blocked label to re-queue.

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).

@aviator-app aviator-app bot added the blocked label Mar 26, 2024
@github-actions github-actions bot removed the blocked label Mar 26, 2024
Copy link
Contributor

aviator-app bot commented Mar 26, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the blocked label and re-queue the pull request. Note that the pull request will be automatically re-queued if it has the mergequeue label.

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).

@aviator-app aviator-app bot added the blocked label Mar 26, 2024
@github-actions github-actions bot removed the blocked label Mar 26, 2024
@aviator-app aviator-app bot added the blocked label Mar 26, 2024
Copy link
Contributor

aviator-app bot commented Mar 26, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the blocked label and re-queue the pull request. Note that the pull request will be automatically re-queued if it has the mergequeue label.

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).

@github-actions github-actions bot removed the blocked label Mar 26, 2024
@aviator-app aviator-app bot added the blocked label Mar 26, 2024
Copy link
Contributor

aviator-app bot commented Mar 26, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the blocked label and re-queue the pull request. Note that the pull request will be automatically re-queued if it has the mergequeue label.

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).

@krlmlr
Copy link
Collaborator

krlmlr commented Mar 26, 2024

Solved with external repository, thanks!

@krlmlr krlmlr closed this Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants