Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSQL container update broke the continuous integration pipeline #104

Closed
augustocristian opened this issue Aug 18, 2024 · 0 comments · Fixed by #105
Closed

MSQL container update broke the continuous integration pipeline #104

augustocristian opened this issue Aug 18, 2024 · 0 comments · Fixed by #105
Assignees

Comments

@augustocristian
Copy link
Contributor

augustocristian commented Aug 18, 2024

All updates from last week failed due to issues with the msql container (sqldata). The docker inspect command shows the following in the healthcheck:

"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: elastic/apm-agent-nodejs#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant