NASA-IMPACT / hls-sentinel

HLS Sentinel 2 processing container for generating S30 products.
MIT License
2 stars 0 forks source link

hls-sentinel

This repository contains the Dockerfiles for running the HLS sentinel granule code on ECS.

The hls-sentinel image uses hls-base as base image.

Development

You will require an AWS profile which has ECR pull permissions for the base image.

$ docker build --no-cache -t hls-sentinel .

CI

The repository contains two CI workflows. When commits are pushed to the dev branch a new image is built and pushed to ECR with no tag.

When a new release is created from master a new image is built and pushed to ECR with the release version as a tag.

Rebuild for aws debugging.