通过环境配置数据库 通过环境变量设置配置属性在 Docker 等容器环境中很常见。存在 2 个选项: 通过替换 JAVA_OPTS 将参数直接添加到 Java 环境中。 docker run --rm --name gn -p 8080:8080 -e JAVA_OPTS=" -Dgeonetwork.db.type=postgres -Djdbc.database=example -Djdbc.username=example -Djdbc.passwor...
docker-geonetworkPublic Official Docker image repository for GeoNetwork geonetwork/docker-geonetwork’s past year of commit activity geonetworkPublic geonetwork-helm-chartsPublic Repository for hosting helm charts regarding GeoNetwork organization. geonetwork.github.ioPublic ...
jdbc.basic.validationQuery=SELECT 1diff --git a/geonetwork_3/Dockerfile b/geonetwork_3/Dockerfileindex 258ecf2..b8f15dd 100644--- a/geonetwork_3/Dockerfile+++ b/geonetwork_3/Dockerfile@@ -1,12 +1,12 @@FROM tomcat:9-jdk8-ENV GN_FILE geonetwork.war+ENV GN_FILE=geonetwork.warENV DATA_...
Pull requests Discussions This is the main geOrchestra Spatial Data Infrastructure repository, which hosts the source code. javadockerldapinspiregisgeoservercasgplogcgeorchestrageonetworkgeowebcachesdispatial-data-infrastructuregeofence UpdatedMar 12, 2025 ...
The docker-compose.yml used for development: https://github.com/geonetwork/core-geonetwork/blob/main/es/docker-compose.yml At the time of writing this is 7.6.2 The documentation https://docs.geonetwork-opensource.org/4.2/install-guide/installing-index/ At the time of writing this is 7.9.2 ...
push geonetwork-ui-tools-pipelines docker image to docker hub by@jahowin#744 Datahub: Display of quality widget inside records by@f-necasin#745 Datahub: Adjust linkify directive by@Angi-Kinasin#739 Datahub: add missing tooltip by@cmoinierin#752 ...
My main problem was that the docker image wasn't made for this kind of use case, I had to use workarounds for it to work. But it wasn't too far from a proper implementation of this feature. There might need some tweaks to have something that is properly production ready. ...
Start docker from 'support-services', and then in the project root folder : npx nx e2e (app_name) --watch Then select the file(s) you want to test in the interface. To run the tests without interface : Start docker from 'support-services', and then in the project root folder : -...
DOCKER_HUB.md LICENSE.md PROCESS_FOR_DEPRECATION.md README.md SECURITY.md add-schema.sh git-all pom.xml release-build.sh release-notes.sh release-publish.sh release-restore.sh release-test.sh resetReleaseVersions.sh transifex-localization-files.json update-version.sh upda...
Describe the bug Unable to start up geonetwork when building on main due to HSQL database creation failure. To Reproduce Checkout and build main branch. Follow "Docker compose installation" instructions es/README.md: cd es docker compose...