Change in base image i.e Ubuntu #4903
rajeshnawale
started this conversation in
Development
Replies: 1 comment 2 replies
-
|
Evidently the startup script cannot find the Python package. Looking at the Dockerfile, the package is installed into a Python virtual environment Line 91 in bd5f18a /venv so it would probably help if the startup script used /venv/bin/python3. It is suprising to me that it actually works in Debian (which is the basis of the eclipse-temurin:21-jdk image used by the tomcat:10.1.50-jdk21 image).
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I change the base image ubuntu to OEL 8.x and when I try to buid the image and container getting below error. Container is not coming up.
Traceback (most recent call last):
File "/scripts/start.py", line 41, in
from opengrok_tools.config_merge import merge_config_files
ModuleNotFoundError: No module named 'opengrok_tools'
Beta Was this translation helpful? Give feedback.
All reactions