Comment 5 for bug 1946376

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

Since this is becoming a bigger problem every release, the Server team decided to split the docker.io library and application binary packages into different source packages. With that, we can keep providing (major) updates of the application across all supported releases without affecting reverse dependencies of the library.

The idea is to make src:docker.io provide the library, devendoring code from it and adding proper runtime dependencies (ideally, the library will become a sync with Debian when possible). This will fix this bug. And also create src:docker.io-app which will provide the application, this package will keep getting updates in all supported releases.