This repository contains the Dockerfiles for running the HLS sentinel granule code on ECS.
The hls-sentinel
image uses hls-base as base image.
You will require an AWS profile which has ECR pull permissions for the base image.
$ docker build --no-cache -t hls-sentinel .
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.