Sign inSign up

taskana/db2

By taskana

Updated over 4 years ago

Preconfigured db2 database(s) for taskana

Image
3

100K+

taskana/db2 repository overview

Important

This repository contains an IBM Db2 database. Basically it's just a configuration on top of that already provided docker image.
This database was configured according to our recommended settings.
The Dockerfile can be found in our GitHub repository.

Purpose

This repository is used for local development and integration tests during CI for TASKANA.

License

IBM® Db2® is a multi-workload database designed to help you quickly develop, test and build applications for your business. Designed for operational and analytic workloads.

Community Edition is automatically enabled and has the following limitations, which are automatically enforced:

Memory limit: 16GB Core limit: 4 cores

The detailed license can be found here.

Usage

username: db2inst1
password: db2inst1-pwd
database name: TSKDB
default command: start
exposed port: 50000

Required environment variables:

  • LICENSE
    • this has to be accept in order to accept the IBM Db2 Developer-C 11.1.4.4 (Community) product license (which is used within this image)

commands:

  • start
    • detached mode: Keeps the container alive and prints sql logs.
  • any other command

Restart db2 without restarting the docker container: docker kill -s USR1 <container name>

Example

This example command starts a db2 instance (version 11.1) on port 50000 in detach mode. Furthermore the container will run in the backround:
docker run -d -p 50000:50000 -e LICENSE=accept taskana/db2:11.1

Tag summary

Content type

Image

Digest

Size

712.3 MB

Last updated

over 4 years ago

docker pull taskana/db2:11.5