Skip to content

axiacore/docker-node-gdal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker Node GDAL

A Docker image based on node:20-bookworm-slim with gdal-bin installed, maintained by axiacore.

Overview

This image is designed for projects that require Nodejs and GDAL (Geospatial Data Abstraction Library) tools for geospatial data processing and manipulation.

  • Base Image: node:20-bookworm-slim
  • Includes: gdal-bin (GDAL command-line utilities)

Usage

You can use this image as a base for your own Dockerfiles or directly in your CI/CD pipelines.

FROM camilonova/node-20-gdal-bin:latest
# Add your application files and install dependencies as needed

How to Build

To build and publish the image:

docker build --platform linux/amd64 -t node-20-gdal-bin .
docker tag node-20-gdal-bin camilonova/node-20-gdal-bin:latest
docker push camilonova/node-20-gdal-bin:latest

Built by axiacore.

About

This is a node:20-bookworm-slim with gdal-bin by axiacore.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published