Sign inSign up

devsahamerlin/python312-media-gcloud-runtime

By devsahamerlin

Updated 10 months ago

A Docker base image combining Python with essential media processing tools and gcloud support.

Image
Integration & delivery
Developer tools
0

145

devsahamerlin/python312-media-gcloud-runtime repository overview

What's Included

  • Python 3.12 (slim variant for smaller image size)
  • FFmpeg - Complete multimedia framework for video/audio processing
  • yt-dlp - Modern YouTube and media downloader
  • Google Cloud SDK - Full gcloud CLI toolkit for GCP integration
  • Pre-configured non-root user (merlin) for security best practices
  • Pre-installed Python packages: urllib3, requests

Use Cases

  • Video transcoding and processing pipelines
  • YouTube content downloading and archiving
  • Media file conversion workflows
  • Cloud-based multimedia applications
  • Automated video processing with GCP integration
  • Audio/video streaming applications

Usage

FROM devsahamerlin/python312-media-gcloud-runtime:3.12-slim

Copy your application

COPY . /app

Install additional dependencies

RUN pip3 install --no-cache-dir -r requirements.txt

Switch to non-root user

USER merlin

CMD ["python3", "app.py"]

Tag summary

Content type

Image

Digest

sha256:c5097be85

Size

709.9 MB

Last updated

10 months ago

docker pull devsahamerlin/python312-media-gcloud-runtime:3.12-20251203