Sign inSign up

kartaltabak/inkscape

By kartaltabak

•Updated 27 days ago

Inkscape Docker image with essential fonts

Image
Developer tools
0

894

kartaltabak/inkscape repository overview

⁠🐳 docker-inkscape

Lightweight Docker image with Inkscape and essential fonts, optimized for Android app icon generation from SVG files. Ideal for CI/CD pipelines or local asset generation in React Native, Flutter, or native Android projects.


⁠✨ Features
  • 🐧 Based on Ubuntu Latest
  • 🎨 Inkscape pre-installed and ready to use
  • 🔤 Includes Liberation, DejaVu, and FreeFont families
  • 📱 Verified for Android icon generation
  • 🚀 Supports headless mode for automation
  • ⚡ Fast startup and lightweight footprint

⁠🚀 Quick Start
docker pull kartaltabak/docker-inkscape

Convert an SVG to PNG:

docker run --rm -v "$(pwd):/workspace" -w /workspace \
  kartaltabak/docker-inkscape \
  --file="icon.svg" \
  --export-png="icon.png" \
  --export-width=192 \
  --export-height=192

⁠🧰 Build from Source
git clone https://github.com/kartaltabak/docker-inkscape.git
cd docker-inkscape
docker build -f docker/Dockerfile -t kartaltabak/docker-inkscape:latest .

⁠⚖️ License

Licensed under GPL v3.0. Includes open-source components:

  • Ubuntu (latest)
  • Inkscape (GPL v2+)
  • Liberation, DejaVu, FreeFont

Tag summary

Content type

Image

Digest

sha256:f5c2e4701…

Size

270.4 MB

Last updated

27 days ago

docker pull kartaltabak/inkscape