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

update build on hub.docker and add docker Tags / images with stretch, buster and bullseye #48

Open
MaxPeal opened this issue Sep 28, 2020 · 1 comment

Comments

@MaxPeal
Copy link
Contributor

MaxPeal commented Sep 28, 2020

please update the build on hub.docker
and add docker Tags / images with stretch, buster and bullseye as "base"

@kmturley
Copy link

+1 I also need a newer build.

Debian has a page showing their releases:

  • Debian 11 (bullseye) — current stable release
  • Debian 10 (buster) — current oldstable release
  • Debian 9 (stretch) — oldoldstable release, under LTS support
  • Debian 8 (jessie) — archived release, under extended LTS support
    https://www.debian.org/releases/

As Debian versions become obsolete the packages also go stale. For example:

  • Debian 11 (bullseye) — cmake (3.18.4)
  • Debian 10 (buster) — cmake (3.13.4)
  • Debian 9 (stretch) — cmake (3.7.2)
  • Debian 8 (jessie) — cmake (3.0.2)

This presents problems when trying to crossbuild projects created for cmake newer than v3.7.2. There is no crossbuild image which supports it, and I cannot upgrade cmake via apt-get install cmake as the latest version is restricted by the Debian versioon.

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

2 participants