Coder Social home page Coder Social logo

deegree3-containers's Introduction

Docker Image CI

Supported tags and respective Dockerfile links

  • deegree 3.5.x (JDK 17/Tomcat 9): 3.5.8, 3.5, latest (deprecated tags: 3.5.6) - Dockerfile

Quick reference

lat/lon container with deegree webservices

This repository contains Dockerfiles for deegree web services to build container images with ready-to-use deegree webservices based on the Bitnami's Apache Tomcat package.

  • The containers are continuously updated when new versions are made available
  • Security scan is enabled and automatically executed with every update
  • Ready to use on production
  • Ready to use with Kubernetes

Do 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.

Please consult the deegree documentation for further information how to configure and use deegree webservices.

Docker images on GitHub Container Registry

https://github.com/lat-lon/deegree3-containers/pkgs/container/deegree3-containers

How to use a non-root container

Non-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.

How to use it

Use the following command to pull the latest image:

docker pull ghcr.io/lat-lon/deegree3-containers:latest

To start a docker container with the name deegree on port 8080 run the following command:

docker run -d --name deegree -p 8080:8080 ghcr.io/lat-lon/deegree3-containers:latest

Running the image with -d runs the container in detached mode, leaving the container running in the background. The --name flag is setting the name for the container. The -p flag redirects a public port to a private port inside the container.

deegree3-containers's People

Contributors

lgoltz avatar tfr42 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.