This Docker image is based on CentOS 7 and includes Python 3.6 installed and the archive with Teradata tools and utilities.
You can find this image in Docker Hub and use it as a parent image:
FROM katorig/python36teradatautilities:teradatautils
To build this image locally:
docker build -t python36teradatautilities:main --network=host --build-arg proxy="" . (insert proxy host and port)
Note: tar-archive with TeradataToolsAndUtilitiesBase is not represented in GitHub repository because of its large size. You can download it from official Teradata website: https://downloads.teradata.com/download/tools/teradata-tools-and-utilities-linux-installation-package-0
List of Teradata utilities, choose the necessary one and print the number of it in shell command inside the container
for installation /bin/bash /tmp/TeradataToolsAndUtilitiesBase/.setup.sh {} where {} is a place for number of utility:
- bteq - 16.20.00.07 - Teradata BTEQ Application 872 KB
- bteq32 - 16.20.00.07 - Teradata BTEQ 32-bit Application 857 KB
- fastexp - 16.20.00.03 - Teradata FastExport Utility 759 KB
- fastld - 16.20.00.03 - Teradata FastLoad Utility 540 KB
- jmsaxsmod - 16.20.00.04 - Teradata JMS Access Module 210 KB
- mload - 16.20.00.03 - Teradata MultiLoad Utility 762 KB
- mqaxsmod - 16.20.00.02 - WebSphere(r) Access Module for Teradata 779 KB
- npaxsmod - 16.20.00.02 - Teradata Named Pipes Access Module 197 KB
- s3axsmod - 16.20.00.05 - Teradata Access Module for Amazon S3 9349 KB
- azureaxsmod - 16.20.00.01 - Teradata Access Module for Azure 9742 KB
- kafkaaxsmod - 16.20.00.05 - Teradata Kafka Access Module 3299 KB
- sqlpp - 16.20.00.03 - Teradata C Preprocessor 1990 KB
- tdodbc - 16.20.00.54 - Teradata ODBC Driver 199304 KB
- tdwallet - 16.20.00.14 - Teradata Wallet Utility 11565 KB
- tptbase - 16.20.00.09 - Teradata Parallel Transporter Base 128377 KB
- tptstream - 16.20.00.09 - Teradata Parallel Transporter Stream 3124 KB
- tpump - 16.20.00.03 - Teradata TPump Utility 961 KB
- teragssAdmin- 16.20.29.01 - Teradata GSS Administration Package 24489 KB