sekskant Blog

OVHcloud + VPS: Still no Ubuntu 25.10, only Ubuntu 25.04

What is this about?#

For a few tests, I set up two Virtual Private Servers (VPS) at OVHcloud. The performance was excellent. What surprised me, though, was that Ubuntu 25.04 is already EOL (end-of-life), while Ubuntu 25.10, which has been available for months, is still not offered.

In general, using an unsupported version is obviously not something I would recommend. So after each test, the first thing to do was sudo apt-get update && sudo apt-get dist-upgrade -y.

When I asked OVHcloud support about this, I got the following surprising reply:

We are fully aware of that situation some of our customers are still wants to use deprecated version of ubuntu.

I replied that this is also a security issue and that they should at least offer the current version as well, instead of only the outdated one.

Of course, anyone can alternatively install Ubuntu 24.04 or Ubuntu 22.04. Those releases are still officially supported by Ubuntu until 2029 and 2027 respectively.

Available Ubuntu images at OVHcloud

The list of available images can be seen here. Still, that page sets the expectations:

OVHcloud Linux releases can have a couple of weeks of delay compared to distribution releases.

and

After its initial release, OVHcloud provided images for a given release version remain available until the end-of-life defined by the editor/community or the end of support if no specific end-of-life is defined. After that, it cannot be installed/reinstalled anymore. We strongly advise customers to upgrade existing machines with an OS version supported by the editor/community, and refer to the specific Terms and Conditions of their OS regarding upgrades when they apply.

But neither is actually practiced.

Timeline#

  • 2025-04-17

    Ubuntu 25.04 is released

  • 2025-10

    Ubuntu 25.10 is released

  • 2026-01-15

    Ubuntu 25.04 reaches end of support

  • 2026-02-22

    I asked OVHcloud support when Ubuntu 25.10 would be offered for VPS and when the unsupported Ubuntu 25.04 would be removed.

  • 2026-02-25

    Reply: We are fully aware of that situation some of our customers are still wants to use deprecated version of ubuntu.

  • 2026-03-26

    Ubuntu 25.04 (EOL) is still available, but Ubuntu 25.10 is still missing.

About the Author Marco Borm

Marco Borm

Founder of the software company sekskant based in Hoppegarten near Berlin. 26 years of professional experience as a team lead, developer, and bridge between customers, product management and software engineering.

More Articles

  • OVHcloud + Managed PostgreSQL: Correct certificate validation with node "pg" module and payload
    DE | EN
    Apr 14, 2026
    OVHcloud + Managed PostgreSQL: Correct certificate validation with node "pg" module and payload

    Many managed database services, like the one from OVHcloud, offer TLS-secured connections to your database. But do you understand whether that actually makes you "secure" in your context, or whether you are still a good target for man-in-the-middle attacks? This article shares some insights from my own experience.

  • OVHcloud + Kubernetes: "DNSConfigForming" "Nameserver limits were exceeded" warnings on fresh 3-AZ clusters
    DE | EN
    Mar 25, 2026
    OVHcloud + Kubernetes: "DNSConfigForming" "Nameserver limits were exceeded" warnings on fresh 3-AZ clusters

    If you create a fresh 3-AZ cluster, you may get continuous warnings. According to support they are harmless, but still annoying.

  • Payload + Turbopack + Windows: How to fix "Can't find stylesheet to import."
    DE | EN
    Apr 15, 2026
    Payload + Turbopack + Windows: How to fix "Can't find stylesheet to import."

    If you also have trouble running turbopack on windows and get "Can't find stylesheet to import." errors, this might help you.