From 816d1f0fd5bce830d18fb922e8f7152ef9b86222 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Sun, 12 Feb 2017 16:35:18 -0700 Subject: [PATCH] add badges --- Dockerfile | 2 +- README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8a6654..e10cd5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache --virtual .run-deps bash curl jq docker \ && mkdir -p ${HOME_DIR} # Dev -COPY config.json ${HOME_DIR}/ +#COPY config.json ${HOME_DIR}/ COPY docker-entrypoint / ENTRYPOINT ["/docker-entrypoint"] diff --git a/README.md b/README.md index a4a62d7..950ac23 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,16 @@ A simple wrapper over `docker` to all complex cron job to be run in other containers. +## Supported tags and Dockerfile links + +- [`latest` (*Dockerfile*)](https://github.com/willfarrell/docker-crontab/blob/master/Dockerfile) + +[![](https://images.microbadger.com/badges/version/willfarrell/crontab.svg)](http://microbadger.com/images/willfarrell/crontab "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/willfarrell/crontab.svg)](http://microbadger.com/images/willfarrell/crontab "Get your own image badge on microbadger.com") + + ## Why? Yes, I'm aware of [mcuadros/ofelia](https://github.com/mcuadros/ofelia), it was the main inspiration for this project. -A great project, don't get me wrong. It was just missing certain key enterprise features. +A great project, don't get me wrong. It was just missing certain key enterprise features I felt were required to support where docker is heading. ## Features - Easy to read schedule syntax allowed.