This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # DB2 11.1 Client Dockerfile | |
| # | |
| # Requires | |
| # - DB2 11.1 Client for 64bit Linux = v11.1.4fp5_linuxx64_client.tar.gz | |
| # - Response file for DB2 10.5 Client for 64bit = db2client.rsp | |
| # | |
| # | |
| # Using Ubuntu 18.04 base image as the starting point. | |
| FROM ubuntu:18.04 |