Sign inSign up

tfr42/deegree

By tfr42

Updated about 2 hours ago

deegree webservices based on official Tomcat image

Image
1

100K+

tfr42/deegree repository overview

Supported Tags

  • 3.6, 3.6.0, latest (v3.6.x with base image Tomcat 10.1 and OpenJDK 17) - Dockerfile
  • 3.5-jdk17, 3.5-jdk17-tomcat10 (v3.5.x with base image Tomcat 10.1 and OpenJDK 17) - Dockerfile
  • 3.5, 3.5.16, (v3.5.x with base image Tomcat 9.0 and OpenJDK 11) - Dockerfile
  • 3.4, 3.4.35 (v3.4.x with base image Tomcat 8.5 and OpenJDK 8) - Dockerfile
  • 3.3, 3.3.21 (v3.3.x with base image Tomcat 8.5 and OpenJDK 8) - Dockerfile

About this repository

This repository provides Docker images with OSGeo deegree webservices with additional configuration and settings compared to the official OSGeo deegree images. All images use the official Apache Tomcat image with Open JDK. For more information about OSGeo deegree webservices visit www.deegree.org. The official docker images provided by the OSGeo deegree community are available at github.com/deegree/deegree3-docker.

Dockerfile

The related Dockerfiles are available at https://github.com/tfr42/deegree-docker.

How to use this Docker image

Running deegree web services

The following docker command starts the deegree web services inside the Docker container with the name deegree on port 8080:

% docker run -p 8080:8080 --name deegree --rm tfr42/deegree

Accessing the deegree console web interface

Use a browser of your choice and open the URL:

http://container-ip:8080/deegree-webservices/

CI tests

CircleCI

License

License deegree is published under LGPL, v2.1.

Tag summary

Content type

Image

Digest

sha256:9f5e4c6ba

Size

323.5 MB

Last updated

about 2 hours ago

docker pull tfr42/deegree