{"id":41342467,"url":"https://github.com/lat-lon/deegree3-containers","last_synced_at":"2026-01-23T06:52:07.361Z","repository":{"id":229415634,"uuid":"775117539","full_name":"lat-lon/deegree3-containers","owner":"lat-lon","description":"Secure Container Images with deegree webservices webapp ","archived":false,"fork":false,"pushed_at":"2025-08-28T03:50:08.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-28T10:42:26.017Z","etag":null,"topics":["deegree-webservices","docker","docker-image","oci-image"],"latest_commit_sha":null,"homepage":"","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/lat-lon.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-20T19:44:43.000Z","updated_at":"2025-08-28T03:50:12.000Z","dependencies_parsed_at":"2025-01-13T11:27:48.239Z","dependency_job_id":"0dda5944-0006-4ff9-b7be-40a52b7ae80c","html_url":"https://github.com/lat-lon/deegree3-containers","commit_stats":null,"previous_names":["lat-lon/deegree3-containers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lat-lon/deegree3-containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lat-lon%2Fdeegree3-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lat-lon%2Fdeegree3-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lat-lon%2Fdeegree3-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lat-lon%2Fdeegree3-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lat-lon","download_url":"https://codeload.github.com/lat-lon/deegree3-containers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lat-lon%2Fdeegree3-containers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"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":["deegree-webservices","docker","docker-image","oci-image"],"created_at":"2026-01-23T06:52:06.140Z","updated_at":"2026-01-23T06:52:07.352Z","avatar_url":"https://github.com/lat-lon.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Image CI](https://github.com/deegree/deegree3-docker/actions/workflows/docker-image.yaml/badge.svg)](https://github.com/lat-lon/deegree3-containers/blob/main/.github/workflows/docker-image.yaml)\n\n# Supported tags and respective `Dockerfile` links\n\n- deegree 3.5.x (JDK 17/Tomcat 9): `3.5.17`, `3.5`, `latest` (deprecated tags: `3.5.16`, `3.5.15`, `3.5.13`, `3.5.12`,  `3.5.11`, `3.5.10`,`3.5.8`, `3.5.6`) - [Dockerfile](https://github.com/lat-lon/deegree3-containers/blob/main/3.5/Dockerfile)\n\n# Quick reference\n\n## lat/lon container with deegree webservices\nThis repository contains Dockerfiles for [deegree web services](https://www.deegree.org/) to build container images with ready-to-use deegree webservices based on the official Apache Tomcat package.\n\n- The containers are continuously updated when new versions are made available\n- Security scan is enabled and automatically executed with every update\n- Ready to use on production\n- Ready to use with Kubernetes\n\nDo you want to move your container to a Kubernetes infrastructure? We are providing Helm charts for deegree as well! Please get in contact with us.\n\nPlease consult the [deegree documentation](https://download.deegree.org/documentation/current/html/) for further information how to\nconfigure and use deegree webservices.\n\n## Docker images on GitHub Container Registry\n\n[https://github.com/lat-lon/deegree3-containers/pkgs/container/deegree3-containers](https://github.com/lat-lon/deegree3-containers/pkgs/container/deegree3-containers)\n\n## How to use a non-root container\n\nNon-root container images add an extra layer of security and are generally recommended for production environments. Because they run as a non-root user, privileged tasks are typically off-limits. When mounting a deegree workspace directory into the container's filesystem keep in mind to grant required read and write permissions to the user (`$UID`, set to `1001`) on the host filesystem. \n\n## How to use it\n\nUse the following command to pull the latest image:\n\n```\ndocker pull ghcr.io/lat-lon/deegree3-containers:latest\n```\n\nTo start a docker container with the name `deegree` on port 8080 run the following command:\n\n```\ndocker run -d --name deegree -p 8080:8080 ghcr.io/lat-lon/deegree3-containers:latest\n```\nRunning the image with `-d` runs the container in detached mode, leaving the container running in the background.\nThe `--name` flag is setting the name for the container. The `-p` flag redirects a public port to a private port inside the container.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flat-lon%2Fdeegree3-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flat-lon%2Fdeegree3-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flat-lon%2Fdeegree3-containers/lists"}