You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debian 10 reaches end of life on June 30th. I rely on mono for CI/CD and integrate static code analysis within the docker build. Many scan tools require openjdk17 or greater so buster is no longer a viable base-os option for my use case. To work around this, I made the following changes to install and run the current release in debian bookworm-slim:
FROM debian:bookworm-slim
Have not had issues since; however the package stream the mono team maintains does not seem to have one for bookworm (perhaps that is in the works?).
The text was updated successfully, but these errors were encountered:
Debian 10 reaches end of life on June 30th. I rely on mono for CI/CD and integrate static code analysis within the docker build. Many scan tools require openjdk17 or greater so buster is no longer a viable base-os option for my use case. To work around this, I made the following changes to install and run the current release in debian bookworm-slim:
FROM debian:bookworm-slim
Have not had issues since; however the package stream the mono team maintains does not seem to have one for bookworm (perhaps that is in the works?).
The text was updated successfully, but these errors were encountered: