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 base image docker to Ubuntu 24.04 #127

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Conversation

wlorenzetti
Copy link
Member

@wlorenzetti wlorenzetti commented Nov 11, 2024

Closes: #118

Related to: g3w-suite/g3w-admin#976

@wlorenzetti wlorenzetti added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@wlorenzetti wlorenzetti added this to the v3.9 milestone Nov 11, 2024
@wlorenzetti wlorenzetti self-assigned this Nov 11, 2024
RUN curl -sS https://download.qgis.org/downloads/qgis-archive-keyring.gpg > /etc/apt/keyrings/qgis-archive-keyring.gpg && \
echo "deb [signed-by=/etc/apt/keyrings/qgis-archive-keyring.gpg] https://qgis.org/ubuntu jammy main" | \
echo "deb [signed-by=/etc/apt/keyrings/qgis-archive-keyring.gpg] https://qgis.org/ubuntu noble main" | \
tee /etc/apt/sources.list.d/qgis.list && \
apt-get update && apt-get install -y python3-qgis qgis-server
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you could also think about specifying the exact versions to install of: python3-qgis qgis-server

If I pull an old g3w-suite image (today), wouldn't it always install the latest available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Ubuntu 24.04 Noble as Latest LTS
2 participants