The Snyk CLI as of version 1.185.5 and Jenkins plugin as of v2.10.0 support Alpine Linux.
To work on an Alpine operating system, ensure libstdc++
is installed on the system.
Check for libstdc++
as follows:
- Open a terminal from within the relevant container.
- Run
apk add libstdc++
.libstdc++
is added to your container environment. - You're now set to work with Jenkins.
To work with the Snyk CLI, install (or upgrade) the Snyk CLI.
For additional information about the Snyk CLI, see the Snyk CLI documentation.