Open Ruckus0143 opened 11 months ago
+1 We are using RH S2I to run our workloads, which is based on RH ubi8, with nginx 1.22.1. We are encountering 2 main issues :
Using RH ubi9/nginx-122
as base image I encountered the same issue. I tried to get I working by installing libxcrypt-combat
. This got me to the next error of missing libnsl.so.1
. The RH UBI9 package repository contains libnsl.so.2
via package libnsl2
only. That's where I'm stuck right now.
@DebajitDas @Azzore How did you solve the issue? In particular: How did you manage to instrument the Nginx container?
Is there a way to use Nginx module with Red Hat based Nginx images? The latest fully supported Nginx version on RHEL 8 base is 1.22.1.
When using v1.0.3 module, version is mismatched.
AppDynamics is referencing this repository for instrumentation option, however, this module is not compatible with desired image provider.