protomaps / go-pmtiles

Single-file executable tool for working with PMTiles archives
BSD 3-Clause "New" or "Revised" License
350 stars 48 forks source link

Allow Docker image to `convert` #171

Closed zstadler closed 2 months ago

zstadler commented 2 months ago

Add a /tmp directory to the image by copying it from the builder.

Resolve #170

zstadler commented 2 months ago

It turns out that adding a /tmp directory, with the appropriate permissions, to the scratch image is not an easy task. See How to add a empty directory to a scratch image with specific permissions? on reddit.