ckron icon indicating copy to clipboard operation
ckron copied to clipboard

🐋 A cron-like job scheduler for docker

Results 28 ckron issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to upgrade shlex from 2.1.0 to 2.1.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=shlex&from_version=2.1.0&to_version=2.1.2&pr_id=3874fdf0-fa45-4531-b493-04608f7f6efb&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade dockerode from 3.3.1 to 3.3.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade strip-ansi from 7.0.0 to 7.0.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=strip-ansi&from_version=7.0.0&to_version=7.0.1&pr_id=353985d6-7976-4f5e-b34b-a05bfbc95d64&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Snyk has created this PR to upgrade hashids from 2.2.9 to 2.2.10. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade nodemailer from 6.6.5 to 6.7.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=nodemailer&from_version=6.6.5&to_version=6.7.2&pr_id=25fa2f14-ecd1-4bcc-8c1b-c1c53dd4886c&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

Please add option for task network.

Allow specifying the user that commands are run as, for the exec instance. The configuration should look like ```yml user: nobody ``` To match [docker-compose](https://docs.docker.com/compose/compose-file/#domainname-hostname-ipc-mac_address-privileged-read_only-shm_size-stdin_open-tty-user-working_dir) api

enhancement
good first issue

Support private Docker registries in run task by allowing to input credentials somewhere in the config

enhancement

Allow reloading configuration without restart when the SIGHUP is sent to the main process

enhancement

Add option to specify task completion timeout.

enhancement