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.
- Host: GitHub
- URL: https://github.com/veupathdb/docker-gus-apidb-base
- Owner: VEuPathDB
- License: apache-2.0
- Created: 2023-10-16T19:06:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T17:30:43.000Z (9 months ago)
- Last Synced: 2025-09-26T18:15:03.104Z (9 months ago)
- Topics: apidb, docker, gus, java, perl, postgresql
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: license
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.