Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant