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

Debian 10 "Buster" EoL #95

Open
ccano2011 opened this issue Jun 12, 2024 · 0 comments
Open

Debian 10 "Buster" EoL #95

ccano2011 opened this issue Jun 12, 2024 · 0 comments

Comments

@ccano2011
Copy link

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?).

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

No branches or pull requests

1 participant