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