{"id":48814507,"url":"https://github.com/opengeospatial/teamengine-docker","last_synced_at":"2026-04-14T10:33:34.933Z","repository":{"id":19026164,"uuid":"80623218","full_name":"opengeospatial/teamengine-docker","owner":"opengeospatial","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-25T09:39:39.000Z","size":201,"stargazers_count":7,"open_issues_count":4,"forks_count":22,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-25T10:21:52.779Z","etag":null,"topics":["docker-container","docker-image","dockerfile","team-engine"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opengeospatial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-02-01T13:38:59.000Z","updated_at":"2025-06-25T09:39:42.000Z","dependencies_parsed_at":"2023-01-11T20:30:33.100Z","dependency_job_id":"3153b0cd-1af5-4865-8098-6acb7a0d3f4f","html_url":"https://github.com/opengeospatial/teamengine-docker","commit_stats":{"total_commits":224,"total_committers":5,"mean_commits":44.8,"dds":0.3169642857142857,"last_synced_commit":"cbddc1a497d9a7f49140376c65be09655deab3b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opengeospatial/teamengine-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fteamengine-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fteamengine-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fteamengine-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fteamengine-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengeospatial","download_url":"https://codeload.github.com/opengeospatial/teamengine-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fteamengine-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-container","docker-image","dockerfile","team-engine"],"created_at":"2026-04-14T10:33:34.270Z","updated_at":"2026-04-14T10:33:34.925Z","avatar_url":"https://github.com/opengeospatial.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running OGC TEAM Engine with selected executable test suites on Docker\n\nThis project provides Dockerfiles for building Docker Images with OGC TEAM Engine and selected executable test suites pre-installed.\n\n## Modules\n\nCurrently, following modules are available.\n\n| Module name | Description |\n| --- | --- |\n| teamengine-production | Includes TEAM Engine and executable test suites of OGC CITE Production environment |\n| teamengine-beta | Includes TEAM Engine and executable test suites of OGC CITE Beta environment |\n\n## Introduction\n\nRunning the Docker Containers with pre-installed OGC TEAM Engine and selected executable test suites from the provided Dockerfiles needs some preparations:\n\n * Install Docker\n * Build required Maven projects (not always required)\n * Build Docker Image with Maven\n * Create and start Docker Container\n\nThe steps are described in the following sections.\n\n### Requirements\n\nThe following software is required for the complete workflow (from git clone to the running Docker Container). The specified versions are the tested ones. Other versions should also work.\n\n * JDK 1.8\n * Git 2.9.3\n * Maven 3.3.9\n * Docker 1.12\n\n## Prerequisites\n\nBefore you start to work with this project, Docker has to be installed and all dependencies be provided as described in the following sections.\n\n### Install Docker\n\nCheck the official [Docker documentation](https://docs.docker.com/engine/) for information how to install Docker on your operating system. And then install Docker and supporting tools.\n\n### Dependencies\n\nMost dependencies are automatically downloaded from Central Maven Repository (https://search.maven.org/) by Maven.\nHowever, some dependencies must be built manually.\nYou can use the script scripts/build-test-suites-not-available-via-central-maven-repo.sh to automatically build all missing dependencies.\n\nNote: You can use any versions of the TEAM Engine and executable test suites.\nJust update the versions set in the properties in the pom.xml.\n\n### Build TEAM Engine Docker Image\n\nRun following commands to build a Docker Image with TEAM Engine and all selected executable test suites:\n\n    % git clone https://github.com/opengeospatial/teamengine-docker.git\n    % cd teamengine-docker \n    % mvn clean install\n\nIf those commands are executed, all modules are built (```mvn clean install``` is executed in root directory of this project).\n\n## Running TEAM Engine inside a Docker Container\n\nThe following Docker command starts TEAM Engine with executable test suites inside a Docker Container on port 8081 with the previously built Docker Image named ```ogccite/teamengine-production```:\n\n    % docker run -p 8081:8080 --rm ogccite/teamengine-production\n\n## Accessing the TEAM Engine web interface\n\nUse a browser of your choice and open the URL:\n\nhttp://localhost:8081/teamengine\n\n## Hints for usage in production\n\n### Mount user data from host system\n\nUser data should be backed up regularly as they contain all registered users and the corresponding test runs.\nAn easy way to achieve this is to hold these data on the host system. By that they can be backed up by simple file system backups. Also, the data can easily be copied and used by different Docker Containers.\n\nSo, the user data folder must be mounted into the Docker Container.\nA host system directory can be mounted as a data volume with the ```-v``` flag.\n\nThis is an example how to mount the ~/te_base/users (Linux syntax) folder (is created if not existing) of host system into Docker Container:\n\n    % docker run -p 8081:8080 -v ~/te_base/users:/usr/local/tomcat/te_base/users --rm ogccite/teamengine-production\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fteamengine-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengeospatial%2Fteamengine-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fteamengine-docker/lists"}