Sign inSign up

tushar9871/node24-playwright-ffmpeg

By tushar9871

Updated 3 months ago

Node 24 + Playwright + Chromium + FFmpeg + yt-dlp

Image
0

1.6K

tushar9871/node24-playwright-ffmpeg repository overview

Node24 Playwright FFmpeg

Production-ready Docker image with:

  • Node:24.11.1-bookworm-slim
  • Playwright 1.57.0
  • Chromium
  • FFmpeg
  • yt-dlp

Pull Image

docker pull tushar9871/node24-playwright-ffmpeg:v1

Dockerfile

FROM tushar9871/node24-playwright-ffmpeg:v1

WORKDIR /app

COPY package*.json ./
RUN npm ci

COPY . .

CMD ["npm", "start"]

Included Software

PackageIncluded
Node:24.11.1-bookworm-slim
Playwright
Chromium
FFmpeg
yt-dlp

Use Cases

  • Browser automation
  • Web scraping
  • Video processing
  • Screenshot generation
  • AI agents

Tags

TagDescription
v1Initial release

Author

Maintained by Tushar Kumar.

Tag summary

Content type

Image

Digest

sha256:9693b03cf

Size

609.4 MB

Last updated

3 months ago

docker pull tushar9871/node24-playwright-ffmpeg