Apache: Switch app to the global interpreter for oracledb support
#429
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #428
Things to note:
I know that there is a request from ATLAS for including Oracle's Instant Client because things break without it (I am working also on that for pushing an update to make things more dynamic and allow both thin/thick mode). However, I was wondering, whether the introduced changes might fix things for ATLAS (avoiding the need for the thick mode). Small chance but worth asking :/
I built a dev image locally with the introduced changes and now Rucio seems to be working as expected with tests running. However, since this involves a change also to many other images (due to the modification of the template), we should test this more globally.