duracloud / mill

The Duplication project provides the tools and pieces with which together manage the process of duplicating files between storage providers in DuraCloud.
Apache License 2.0
2 stars 7 forks source link

Upgrade docker to baseimage #62

Closed dbernstein closed 1 year ago

dbernstein commented 1 year ago

This update does a few things:

  1. upgrade docker to use baseimage (the recommended version for ubuntu based docker images.
  2. use flock to ensure only one instance of scripts are running (when launched by cron)

These updates have been tested in the dev environment.