Skip to content

HLS Sentinel 2 processing container for generating S30 products.

License

Notifications You must be signed in to change notification settings

NASA-IMPACT/hls-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.