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

Feat/docker2 #2623

Merged
merged 3 commits into from
Sep 13, 2023
Merged

Feat/docker2 #2623

merged 3 commits into from
Sep 13, 2023

Conversation

joelclems
Copy link
Contributor

@joelclems joelclems commented Jul 10, 2023

No description provided.

@joelclems joelclems changed the base branch from master to develop July 10, 2023 13:27
@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@joelclems joelclems force-pushed the feat/docker2 branch 2 times, most recently from c2c31ec to 6409f15 Compare July 13, 2023 10:39
@joelclems joelclems force-pushed the feat/docker2 branch 4 times, most recently from 5afb9ad to 47b0ebc Compare July 24, 2023 11:35
@camillemonchicourt camillemonchicourt added this to the 2.13 milestone Aug 4, 2023
@joelclems joelclems marked this pull request as ready for review August 4, 2023 14:57
RUN apt-get update && apt-get upgrade -y && apt-get -y install wget lsb-release gnupg
RUN echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN apt-get update && apt-get install -y postgresql-client postgis
Copy link
Member

Choose a reason for hiding this comment

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

On avait dit qu'on n'installait pas PostgreSQL et PostGIS dans l'image de GeoNature, pour ne pas l'alourdir et la compliquer, non ? #2615

Copy link
Contributor Author

Choose a reason for hiding this comment

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

on pourrait installer seulement postgres-client qui est léger. Et d'autre part proposer directement fichier sql plutot qu'on fichier .asc depuis le serveur geonature http://geonature.fr/data/ign/ cela permettrait de se passer de postgis (pour la commande raster2pgsql)

@bouttier bouttier force-pushed the feat/docker2 branch 3 times, most recently from 4b7469b to a91299a Compare September 12, 2023 18:47
Copy link
Contributor

@bouttier bouttier left a comment

Choose a reason for hiding this comment

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

Penser à virer le dernier commit « WIP push images for testing purpose » avant de merger

@bouttier bouttier merged commit 3d4325a into develop Sep 13, 2023
@bouttier bouttier deleted the feat/docker2 branch September 13, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants