azavea / docker-tippecanoe

Base Docker image for Tippecanoe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-tippecanoe

This repository contains a templated Dockerfile designed to support the usage of multiple Tippecanoe versions.

Usage

Template Variables

  • TIPPECANOE_VERSION - Tippecanoe version.
  • VARIANT - Base container image variant. Currently supports: slim.

Testing

An example of how to use cibuild to build and test an image:

$ CI=1 TIPPECANOE_VERSION=1.35.0 VARIANT=slim \
  ./scripts/cibuild

About

Base Docker image for Tippecanoe.

License:Apache License 2.0


Languages

Language:Shell 100.0%