/opt/netbox/docker-entrypoint.sh: line 23: wait: pid is not a child of this shell #612
-
Hello, I'm having an issue spinning up NetBox instance in OpenShift. I'm using RHEL7 based image instead of default Alpine Linux. Everything seems to be fine except to the point where NetBox tries to connect to the database from OpenShift pod. I can see this error in the logs: /opt/netbox/docker-entrypoint.sh: line 23: wait: pid is not a child of this shell
The problematic line is line 23 The log below is repeating till it times out:
Does anyone already encountered such issue? What would be a proper way to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I moved this into a discussion, because it is not a bug with our image. I assume the bash in RHEL 7 is older than that in Alpine and doesn't understand the syntax that is used. Why do you need a RHEL7 based image? We're also running our Netbox in Openshift with the Alpine based image. |
Beta Was this translation helpful? Give feedback.
I moved this into a discussion, because it is not a bug with our image.
I assume the bash in RHEL 7 is older than that in Alpine and doesn't understand the syntax that is used. Why do you need a RHEL7 based image? We're also running our Netbox in Openshift with the Alpine based image.