Skip to content

Latest commit

Β 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐳 node-vips

A minimal Alpine-based Node.js Docker image with support for HEIC via libvips and libheif.

πŸ“¦ What's Inside?

This image includes:

  • Node.js 20 (Alpine)
  • libvips 8.16.1 (compiled from source)
  • HEIC image support via:
    • libheif
    • libde265
    • x265

πŸš€ Usage

You can use this image as a base for your own Node.js projects that rely on sharp:

FROM jamestop/node-vips:latest

WORKDIR /app
COPY . .
RUN npm install

CMD ["node", "index.js"]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages