Skip to content

[Feat] Keep dockerfiles in the latest release branch up-to-date #6532

@ninsbl

Description

@ninsbl

Is your feature request related to a problem? Please describe.
Currently, development and release-branch build different Docker images, at least for Ubuntu, with different base images and the like. That makes it more difficult to switch between latest release and development version in downstream projects like e.g. actinia.

Describe the solution you'd like
Dockerfiles for the development version and the latest release should be synced as mush as possible. There may e cases where the development branch supports newer versions of dependencies (thonk e.g. GDAL, PROJ, PDAL, ...) that the latest release does not support. The same may apply to changes in the build system. So, different dependency versions should be OK and some adjustments may be necessary but otherwise, changes to dockerfiles should be backported where possible.
Not sure if or how Dockerfiles in the releasebranch can and should be monitored and kept up to date with renovate as well (and if that is in place already)...

Describe alternatives you've considered
Thye alternative would be users building own docker images.

Additional context
Related / relevant PRs and issues are:
#6410
#6481
#6512

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions