Skip to content

axiacore/docker-bun-gdal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Docker Bun GDAL

A Docker image based on oven/bun:1 with gdal-bin installed, maintained by axiacore.

Repository: https://github.com/axiacore/docker-bun-gdal

Overview

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

  • Base Image: oven/bun:1
  • 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/bun-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 bun-gdal-bin .
docker tag bun-gdal-bin camilonova/bun-gdal-bin:latest
docker push camilonova/bun-gdal-bin:latest

Built by axiacore.

About

This is a bun with gdal-bin by axiacore.com

Resources

License

Stars

Watchers

Forks