Closed augustocristian closed 2 months ago
All updates from last week failed due to issues with the msql container (sqldata). The docker inspect command shows the following in the healthcheck:
docker inspect
"Log": [ { "Start": "2024-08-18T21:05:45.418758193+02:00", "End": "2024-08-18T21:05:45.488438772+02:00", "ExitCode": 127, "Output": "/bin/sh: 1: /opt/mssql-tools/bin/sqlcmd: not found\n" } ]
According to the community, this is a known issue: https://github.com/elastic/apm-agent-nodejs/issues/4147, and opened a ticket into the official repository I am working on setting a specific version in the SUT and removing the "latest" tag.
All updates from last week failed due to issues with the msql container (sqldata). The
docker inspect
command shows the following in the healthcheck:According to the community, this is a known issue: https://github.com/elastic/apm-agent-nodejs/issues/4147, and opened a ticket into the official repository I am working on setting a specific version in the SUT and removing the "latest" tag.