qgis / qgis-docker

Official Docker image for QGIS Server and Desktop
GNU Affero General Public License v3.0
66 stars 21 forks source link

All linux/arm64 docker containers are stuck on 3.22.16-Białowieża #102

Open MateuszKukiela opened 2 months ago

MateuszKukiela commented 2 months ago

What is the bug or the crash?

All linux/arm64 docker containers are stuck on 3.22.16-Białowieża

Steps to reproduce the issue

  1. docker run -i -t qgis/qgis:3.34.6-lunar /bin/bash
  2. open python3
  3. run from qgis.core import Qgis and Qgis.version()
  4. Version is 3.22.16-Białowieża instead of 3.34.6

Versions

qgis/qgis:3.34.6-lunar, linux/arm64, digest: sha256:59f6bd009ebed65ab576edd0d2b09cbc845c70c9cc8d6880e4ab308415cba5f4

Supported QGIS version

New profile

Additional context

No response

agiudiceandrea commented 2 months ago

@MateuszKukiela, it looks like the issue may be due to the fact that QGIS 3.34 builds for arm64 seems not available on https://ubuntu.qgis.org/ubuntu-ltr and that the latest available QGIS version on the Ubuntu lunar repositories for arm64 is 3.22.16 https://packages.ubuntu.com/lunar/qgis Ping @3nids.

3nids commented 2 months ago

we can try to switch to noble which has 3.34. But in any case, we need to check QGIS version to avoid misleading tags.

3nids commented 2 months ago

issue transfered to dedicated repo

3nids commented 2 months ago

main issue is that ubuntugis doesn't offer arm images

agiudiceandrea commented 2 months ago

main issue is that ubuntugis doesn't offer arm images

arm64 are not available in both ubuntu / ubuntu-ltr and ubuntugis / ubuntugis-ltr.