Skip to content

A Python-based docker image with teradatasqlalchemy library

Notifications You must be signed in to change notification settings

ghas-results/docker-teradatasqlalchemy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

docker-teradatasqlalchemy

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

Building

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

docker build --build-arg PYTHON_VERSION=3.9 --build-arg TERADATASQLALCHEMY_VERSION=17.10.0.9 -t teradata/teradatasqlalchemy:latest .
podman build --build-arg PYTHON_VERSION=3.9 --build-arg TERADATASQLALCHEMY_VERSION=17.10.0.9 -t teradata/teradatasqlalchemy:latest .

About

A Python-based docker image with teradatasqlalchemy library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%