Skip to content

Teradata/docker-teradatasql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

docker-teradatasql

A Docker image that extends the official Python image and adds teradatasql.

Building

The dockerfile is parametrized. You need to specify PYTHON_VERSION and TERADATASQL_VERSION to build the image:

docker build --build-arg PYTHON_VERSION=3.9 --build-arg TERADATASQL_VERSION=17.10.0.9 -t teradata/teradatasql:latest .
podman build --build-arg PYTHON_VERSION=3.9 --build-arg TERADATASQL_VERSION=17.10.0.9 -t teradata/teradatasql:latest .

About

A Python-based docker image that includes teradatasql package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published