#!/usr/bin/env/groovy

@Library('infraLib') _

mirrorBaseImage {
  cronPattern     = 'H 1 * * 0' // at random time from 1 AM to 2 AM on Sunday
  image           = 'redis'
  tags            = ['2.8', '3.2.10', 'alpine', '6.2.5']
}
