#!/usr/bin/env/groovy

@Library('infraLib') _

mirrorBaseImage {
  cronPattern     = 'H 1 * * 0' // at random time between 1 AM and 2 AM on Sunday
  source_registry = 'docker.io/locustio'
  image           = 'locust'
  tags            = ['0.12.2', '2.12.1']
}
