/docker-gus-apidb-base

Docker image definition for an image that contains the GUS model objects and the ApiDB schema loaded in postgres.

Primary LanguageGoApache License 2.0Apache-2.0

GUS/ApiDB Schema Base

A docker image that contains a Postgres instance pre-loaded with the GUS and ApiDB schemata as well as the generated GUS model perl objects.

This container includes:

  • PostgreSQL 15

  • Java 21

  • Python 3

  • Perl 5

    • json

    • xml-simple

    • date-manip

    • text-csv

    • tree_dag_node

    • dbi

    • dbd-pg

    • dbd-oracle

  • Ant

  • Maven

Postgres

The internal postgres instance is not running by default. Images that need Postgres to run will need to have a startup script that starts the Postgres server.

License

Copyright 2023 VEuPathDB

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.