https://github.com/eea/eea.docker.reportek.cron
https://github.com/eea/eea.docker.reportek.cron
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eea/eea.docker.reportek.cron
- Owner: eea
- Created: 2015-08-19T11:33:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T14:39:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T16:56:18.550Z (about 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 2
- Watchers: 45
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker image for CRON daemon based on Alpine
This image is generic, thus you can obviously re-use it within your non-related EEA projects.
### Supported tags and respective Dockerfile links
- `:latest`
### Base docker image
- [hub.docker.com](https://registry.hub.docker.com/u/eeacms/reportek-cron)
### Source code
- [github.com](http://github.com/eea/eea.docker.reportek.cron)
### Installation
1. Install [Docker](https://www.docker.com/).
## Usage
### Run with Docker Compose
Here is a basic example of a `docker-compose.yml` file using the `eeacms/reportek-cron` docker image:
cron:
image: eeacms/reportek-cron
environment:
CRONTAB: |-
* * * * * echo 1 minute cron
*/60 * * * * echo 2 minute cron
## Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.
The Original Code is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later
version.
## Funding
[European Environment Agency (EU)](http://eea.europa.eu)