https://github.com/zgldh/docker-supercronic
A docker image for supercronic
https://github.com/zgldh/docker-supercronic
Last synced: about 1 month ago
JSON representation
A docker image for supercronic
- Host: GitHub
- URL: https://github.com/zgldh/docker-supercronic
- Owner: zgldh
- Created: 2022-03-24T11:52:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T12:28:50.000Z (about 4 years ago)
- Last Synced: 2025-01-25T19:30:33.752Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-supercronic
A docker image for supercronic
## Usage
`Dockerfile`
```
ENV SUPERCRONIC=supercronic-linux-amd64
# Choose different version for your host.
#ENV SUPERCRONIC=supercronic-linux-386
#ENV SUPERCRONIC=supercronic-linux-arm
#ENV SUPERCRONIC=supercronic-linux-arm64
COPY --from=zgldh/docker-supercronic "/tmp/${SUPERCRONIC}" "/usr/local/bin/${SUPERCRONIC}"
RUN ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
```