An open API service indexing awesome lists of open source software.

https://github.com/veupathdb/docker-gus-apidb-base

Docker image definition for an image that contains the GUS model objects and the ApiDB schema loaded in postgres.
https://github.com/veupathdb/docker-gus-apidb-base

apidb docker gus java perl postgresql

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

= 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 16
* 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

http://www.apache.org/licenses/LICENSE-2.0

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.