These are my Docker images, for deploying and distributing apps with Python based code.
https://hub.docker.com/r/hersonpc/python
cd 3.10/oracle
docker buildx build --platform linux/amd64,linux/arm64/v8 --push -t hersonpc/python:3.10-oracle -f Dockerfile .
To get the image from Docker Hub to your machine:
docker pull hersonpc/python:<version>
To choose a version, check the options below.
- 3.10-slim
- 3.10-oracle with OJDBC to connect to Oracle databases
- 3.11-slim
- 3.11-oracle with OJDBC to connect to Oracle databases
- 3.11-django-4 with Django 4.2 pre-installed