Skip to content

Docker images to routinely generate derived EO products using the Open Data Cube and Dask

Notifications You must be signed in to change notification settings

SatelliteApplicationsCatapult/odc-product-docker-images

Repository files navigation

ODC Product Docker Images

Docker image to routinely generate derived EO products using the Open Data Cube and Dask. YAML metadata for indexing derived products into the Open Data Cube is also created as part of the process.

⚠️ For production deployments, please visit the Helm Charts repo instead ⚠️

Building and pushing to Docker Hub

Automated builds

Docker images are automatically built and published to Docker Hub from this repo when a release tag, x.y.z, is created.

Manual builds

Login to docker.io:

docker login docker.io

Build and upload:

VERSION=0.0.96

docker build . -t satapps/odc-products:${VERSION}
docker push satapps/odc-products:${VERSION}

About

Docker images to routinely generate derived EO products using the Open Data Cube and Dask

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published