Topcoder - Create Custom Docker Image For TC Databases

Key Information

Register
Submit
The challenge is finished.

Challenge Overview

Previously in Topcoder - Setup TC Databases In Informix Docker, we have figured out the steps to setup TC Databases in the official informix docker images provied by IBM.

For this challenge, we'd like to create a Dockerfile which can be used to create a custom image with TC databases pre-setup, so we can easily use it for our local setup for internal systems, like Online Review, Direct etc.

You can assume the Dockerfile is located in the root directory of tc-databases-scripts repo.

Please keep the image file with minimized size. 

so like if you want to copy or down a zip file and unzip it, you should do like 

RUN curl http://test.com/sample.zip -o sample.zip & unzip sample.zip & rm sample.zip

The ultimate goal is after create the custom images, we can run a container from the image, and all tc databases are ready to use.

Final Submission Guidelines

- Dockerfile for building the custom image
- related staff for custom image setup

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30056155