Sign inSign up

martadinata666/yacron

By martadinata666

Updated 10 months ago

cron for containerization

Image
0

930

martadinata666/yacron repository overview

Yet Another Cron

yacron

Supported tag

  • ci (minimal image only for copy out yacron binary out, libc based)

Usage

  • This image already give pre-build yacron at /usr/local/bin/yacron
  • Copy the binary out to use in another container
  • Install libexpat1 as run depencies.
Run yacron
$ yacron -c /path/to/job.yml
Job Definition
  • Job definition using yml format. (carefull about spacing and tabbing)
  • More sample at gjcarneiro/yacron
jobs:
  - name: self
    command: echo "I'm Up"
    shell: /bin/bash
    schedule: "*/5 * * * *"

Tag summary

Content type

Image

Digest

sha256:2b039e43e

Size

16 MB

Last updated

10 months ago

docker pull martadinata666/yacron:ci