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

Docker image for 3DCityDB v5 #216

Merged
merged 9 commits into from Nov 30, 2023
Merged

Docker image for 3DCityDB v5 #216

merged 9 commits into from Nov 30, 2023

Conversation

BWibo
Copy link
Member

@BWibo BWibo commented Nov 28, 2023

This PR adds an edge image for the 3DCityDB v5. The image is built from the latest commit to v5-devel branch and published to Dockerhub and Github packages:

  • 3dcitydb/3dcitydb-pg-v5:edge
  • ghcr.io/3dcitydb/3dcitydb-pg-v5:edge
docker run --name 3dciytdb -p 5432:5432 -d \
    -e POSTGRES_PASSWORD=<theSecretPassword> \
    -e SRID=<EPSG code> \
    [-e HEIGHT_EPSG=<EPSG code>] \
    [-e SRS_NAME=<mySrsName>] \
    [-e POSTGRES_DB=<database name>] \
    [-e POSTGRES_USER=<username>] \
    [-e POSTGIS_SFCGAL=<true|false|yes|no>] \
  3dcitydb/3dcitydb-pg-v5:edge

@BWibo
Copy link
Member Author

BWibo commented Nov 29, 2023

Will we have a separate release track for v5?

@clausnagel
Copy link
Member

Please rename the ENV variable GMLSRSNAME to SRS_NAME. We try to be independent from GML as much as possible.

@clausnagel
Copy link
Member

Will we have a separate release track for v5?

Well, no, this is not planned currently.

@BWibo
Copy link
Member Author

BWibo commented Nov 30, 2023

I renamed the variable, but only in the Docker init script 3dcitydb-initdb.sh. I left CREATE_DB.sql, CREATE_DB.sh and CREATE_DB.bat untouched, where GMLSRSNAME still exists.

@clausnagel clausnagel merged commit 7d30a09 into v5-devel Nov 30, 2023
@clausnagel clausnagel deleted the v5-docker branch November 30, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants