github.com/aptible/supercronic
v0.2.49
#714 most downloaded on Go modules
aptible/supercronic
What this package is like to depend on
Last release 9 days ago
14 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Rarely documented
notes for 10 of 44 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
90 releases · first in 2017
30 releases in the last 12 months
see the full history below
Release timeline
90 releases · Jul 2017 to Aug 2026Releases
latest 60 of 90-
v0.2.4914 Aug 2026Release notes
Open source →What's Changed
Full Changelog: v0.2.48...v0.2.49
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.49/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=e63c11a9726b775a6a11801e81af4f3fb926aa68 \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.49/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=e8e25a4672a3caf3cebee10ef418cad085926595 \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.49/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=c98e10fc30de1147bfef8d7f2722f43c0db04fe5 \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.49/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=0b6c5bb743e0b0dafed1132198c81807927ac413 \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.4824 Jul 2026Release notes
Open source →What's Changed
Full Changelog: v0.2.47...v0.2.48
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.48/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=016b7c9aebfc8d9fd9526e8ba33b191fc524485f \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.48/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=dea739b7124d1bab8a9b0458568f933d91a4d22c \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.48/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=9beb848f1bba657bad3e470251f6e6a47566b8cf \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.48/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=2ab9b3bdcf290f60b59700aad876b6e68f3a6b06 \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.4703 Jul 2026Release notes
Open source →What's Changed
Full Changelog: v0.2.46...v0.2.47
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=712d2ece75da6f6e530192a151488578153e4e96 \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=c3c8bd5d200c2b55cf2f9590542139f205194fb7 \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=dcc8535b46bd9752fbbe177fddd7f6f0451da9a4 \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.47/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=93323899ddca3f1198f1796a4bf4418ed1e7982e \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.4626 May 2026Release notes
Open source →What's Changed
Full Changelog: v0.2.45...v0.2.46
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.46/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=5bcefed628e32adc08e32634db2d10e9230dbca0 \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.46/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=7630904df9a240b6e0f8171cac46ec799fbe1ad9 \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.46/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=04be50a960eafa325185d037c9b4ad6cd88a0e0b \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.46/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=639ab81a72771990790df7ee87d9acfe88e5fa83 \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.4523 Apr 2026Release notes
Open source →What's Changed
Full Changelog: v0.2.44...v0.2.45
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.45/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=e894b193bea75a5ee644e700c59e30eedc804cf7 \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.45/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=9389486a0727197fd37573adfe0575f520253de2 \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.45/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=dce6c3ab96923780f6ca9ad26a5406a1a8fcb04b \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.45/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=20ce6dace414a64f0632f4092d6d3745db6085ad \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.4411 Mar 2026Release notes
Open source →What's Changed
Full Changelog: v0.2.43...v0.2.44
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.44/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=6eb0a8e1e6673675dc67668c1a9b6409f79c37bc \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.44/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=58c094ebdff4c29286a3bb6152d64a5070d9682a \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.44/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=4f69f55febc78fbb10f1c0c85b907682b4da9300 \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.44/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=6c6cba4cde1dd4a1dd1e7fb23498cde1b57c226c \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.44-0.20260311140427-c14d35dd8bb011 Mar 2026 pre-releaseNothing published for this version
-
v0.2.4311 Feb 2026Release notes
Open source →What's Changed
- Upgrade Go to 1.25.7 to mitigate CVE-2025-68121 by @eabruzzese in #218
New Contributors
- @eabruzzese made their first contribution in #218
Full Changelog: v0.2.42...v0.2.43
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.43/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=f97b92132b61a8f827c3faf67106dc0e4467ccf2 \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.43/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=bfd002ca7a9eb146e80d31addfb93435db0db229 \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.43/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=9d222afc7875bff33bb3623dd88b390f51d9d81e \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.43/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=5c6266786c2813d6f8a99965d84452faae42b483 \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.4226 Jan 2026Release notes
Open source →What's Changed
Full Changelog: v0.2.41...v0.2.42
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.42/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=b444932b81583b7860849f59fdb921217572ece2 \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.42/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=cf1f1f923bc566e25587cdaabba3bbb56625702f \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.42/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=ef1c11d72eca0f5b63e237b93073c3b7986956a5 \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.42/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=5193ea5292dda3ad949d0623e178e420c26bfad2 \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.42-0.20260126194157-9acada7fce6326 Jan 2026 pre-releaseNothing published for this version
-
v0.2.4112 Dec 2025Release notes
Open source →What's Changed
New Contributors
Full Changelog: v0.2.40...v0.2.41
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.41/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=f70ad28d0d739a96dc9e2087ae370c257e79b8d7 \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.41/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=a4478e2035c7901f3a54a6fc21f6164c5cdfb837 \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.41/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=d1e9c90160c92201233daf164088bd861b4b39a4 \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.41/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=44e10e33e8d98b1d1522f6719f15fb9469786ff0 \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.4008 Dec 2025Release notes
Open source →What's Changed
Full Changelog: v0.2.39...v0.2.40
Installation Instructions
supercronic-linux-amd64
Add the following stanza to your Dockerfile to install
supercronic-linux-amd64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.40/supercronic-linux-amd64 \ SUPERCRONIC_SHA1SUM=8ab9683df4b8287ba1e09923101d6ebf532b6eba \ SUPERCRONIC=supercronic-linux-amd64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-386
Add the following stanza to your Dockerfile to install
supercronic-linux-386.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.40/supercronic-linux-386 \ SUPERCRONIC_SHA1SUM=a80de07b4f95eb7635abeb7feb361eda4d382b78 \ SUPERCRONIC=supercronic-linux-386 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm
Add the following stanza to your Dockerfile to install
supercronic-linux-arm.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.40/supercronic-linux-arm \ SUPERCRONIC_SHA1SUM=d92fb87ab2cdccadc554afccd8f42c6a82ce140b \ SUPERCRONIC=supercronic-linux-arm RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronicsupercronic-linux-arm64
Add the following stanza to your Dockerfile to install
supercronic-linux-arm64.You will need to install
curlbeforehand.# Latest releases available at https://github.com/aptible/supercronic/releases ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.40/supercronic-linux-arm64 \ SUPERCRONIC_SHA1SUM=4f4f5c2542616186488d5a365df997e8613aa7ee \ SUPERCRONIC=supercronic-linux-arm64 RUN curl -fsSLO "$SUPERCRONIC_URL" \ && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \ && chmod +x "$SUPERCRONIC" \ && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \ && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic -
v0.2.3903 Nov 2025Nothing published for this version
-
v0.2.3810 Oct 2025Nothing published for this version
-
v0.2.3703 Oct 2025Nothing published for this version
-
v0.2.3624 Sep 2025Nothing published for this version
-
v0.2.3524 Sep 2025Nothing published for this version
-
v0.2.3420 Jun 2025Nothing published for this version
-
v0.2.34-0.20250609203647-10ebf3e4890b09 Jun 2025 pre-releaseNothing published for this version
-
v0.2.34-0.20250513164226-66bf0161bb9713 May 2025 pre-releaseNothing published for this version
-
v0.2.3310 Oct 2024Nothing published for this version
-
v0.2.33-0.20241010215756-cca6b3a90abc10 Oct 2024 pre-releaseNothing published for this version
-
v0.2.3212 Sep 2024Nothing published for this version
-
v0.2.32-0.20240912181741-bfb0d97ba6ae12 Sep 2024 pre-releaseNothing published for this version
-
v0.2.3103 Sep 2024Nothing published for this version
-
v0.2.31-0.20240903181612-32e229c987e903 Sep 2024 pre-releaseNothing published for this version
-
v0.2.3014 Jun 2024Nothing published for this version
-
v0.2.30-0.20240614215556-7468d854628d14 Jun 2024 pre-releaseNothing published for this version
-
v0.2.30-0.20240425150804-e275ff5aa4f425 Apr 2024 pre-releaseNothing published for this version
-
v0.2.2915 Dec 2023Nothing published for this version
-
v0.2.29-0.20231215231627-538ad7df148e15 Dec 2023 pre-releaseNothing published for this version
-
v0.2.2827 Nov 2023Nothing published for this version
-
v0.2.28-0.20231121183708-65d24fd8fdb921 Nov 2023 pre-releaseNothing published for this version
-
v0.2.2718 Oct 2023Nothing published for this version
-
v0.2.27-0.20231018160856-ae07d22eaa0c18 Oct 2023 pre-releaseNothing published for this version
-
v0.2.27-0.20230822143959-c35e8c9307da22 Aug 2023 pre-releaseNothing published for this version
-
v0.2.2621 Jul 2023Nothing published for this version
-
v0.2.26-0.20230721163624-d60fb6522ae421 Jul 2023 pre-releaseNothing published for this version
-
v0.2.26-0.20230713192756-8de46e41901f13 Jul 2023 pre-releaseNothing published for this version
-
v0.2.2530 May 2023Nothing published for this version
-
v0.2.2424 Apr 2023Nothing published for this version
-
v0.2.2314 Apr 2023Nothing published for this version
-
v0.2.3-0.20230321180620-5bc29852b41a21 Mar 2023 pre-releaseNothing published for this version
-
v0.2.3-0.20230228202617-a073589d82d828 Feb 2023 pre-releaseNothing published for this version
-
v0.2.223 Feb 2023Nothing published for this version
-
v0.2.2-0.20230214150039-9d320008d5d214 Feb 2023 pre-releaseNothing published for this version
-
v0.2.2-0.20230207172505-9bd00f8c441707 Feb 2023 pre-releaseNothing published for this version
-
v0.2.2-0.20230124183136-bf21bb0d287824 Jan 2023 pre-releaseNothing published for this version
-
v0.2.128 Jun 2022Nothing published for this version
-
v0.2.1-0.20220628152838-cb9f5c10a09e28 Jun 2022 pre-releaseNothing published for this version
-
v0.2.1-0.20220623154554-298ae313027523 Jun 2022 pre-releaseNothing published for this version
-
v0.2.1-0.20220622152835-48e7290d4cb622 Jun 2022 pre-releaseNothing published for this version
-
v0.2.021 Jun 2022Nothing published for this version
-
v0.1.1317 Jun 2022Nothing published for this version
-
v0.1.13-0.20220606163149-e71676ac2b3706 Jun 2022 pre-releaseNothing published for this version
-
v0.1.13-0.20210723143258-bd3db515019523 Jul 2021 pre-releaseNothing published for this version
-
v0.1.13-0.20201201015557-afb376d66b7c01 Dec 2020 pre-releaseNothing published for this version
-
v0.1.1224 Nov 2020Nothing published for this version
-
v0.1.1123 Jul 2020Nothing published for this version
-
v0.1.1004 Jul 2020Nothing published for this version