PackageTrack
Sign in Get early access

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 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 90
  1. v0.2.49 14 Aug 2026
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.49 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v0.2.48 24 Jul 2026
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.48

    Compare

    Choose a tag to compare

    Open source →
  3. v0.2.47 03 Jul 2026
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.47

    Compare

    Choose a tag to compare

    Open source →
  4. v0.2.46 26 May 2026
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.46

    Compare

    Choose a tag to compare

    Open source →
  5. v0.2.45 23 Apr 2026
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.45

    Compare

    Choose a tag to compare

    Open source →
  6. v0.2.44 11 Mar 2026
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.44

    Compare

    Choose a tag to compare

    Open source →
  7. v0.2.44-0.20260311140427-c14d35dd8bb0 11 Mar 2026 pre-release

    Nothing published for this version

  8. v0.2.43 11 Feb 2026
    Release notes

    What's Changed

    New Contributors

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.43

    Compare

    Choose a tag to compare

    Open source →
  9. v0.2.42 26 Jan 2026
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.42

    Compare

    Choose a tag to compare

    Open source →
  10. v0.2.42-0.20260126194157-9acada7fce63 26 Jan 2026 pre-release

    Nothing published for this version

  11. v0.2.41 12 Dec 2025
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.41

    Compare

    Choose a tag to compare

    Open source →
  12. v0.2.40 08 Dec 2025
    Release notes

    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 curl beforehand.

    # 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/supercronic
    

    supercronic-linux-386

    Add the following stanza to your Dockerfile to install supercronic-linux-386.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm

    Add the following stanza to your Dockerfile to install supercronic-linux-arm.

    You will need to install curl beforehand.

    # 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/supercronic
    

    supercronic-linux-arm64

    Add the following stanza to your Dockerfile to install supercronic-linux-arm64.

    You will need to install curl beforehand.

    # 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
    
    Open source →
    Release notes

    v0.2.40

    Compare

    Choose a tag to compare

    Open source →
  13. v0.2.39 03 Nov 2025

    Nothing published for this version

  14. v0.2.38 10 Oct 2025

    Nothing published for this version

  15. v0.2.37 03 Oct 2025

    Nothing published for this version

  16. v0.2.36 24 Sep 2025

    Nothing published for this version

  17. v0.2.35 24 Sep 2025

    Nothing published for this version

  18. v0.2.34 20 Jun 2025

    Nothing published for this version

  19. v0.2.34-0.20250609203647-10ebf3e4890b 09 Jun 2025 pre-release

    Nothing published for this version

  20. v0.2.34-0.20250513164226-66bf0161bb97 13 May 2025 pre-release

    Nothing published for this version

  21. v0.2.33 10 Oct 2024

    Nothing published for this version

  22. v0.2.33-0.20241010215756-cca6b3a90abc 10 Oct 2024 pre-release

    Nothing published for this version

  23. v0.2.32 12 Sep 2024

    Nothing published for this version

  24. v0.2.32-0.20240912181741-bfb0d97ba6ae 12 Sep 2024 pre-release

    Nothing published for this version

  25. v0.2.31 03 Sep 2024

    Nothing published for this version

  26. v0.2.31-0.20240903181612-32e229c987e9 03 Sep 2024 pre-release

    Nothing published for this version

  27. v0.2.30 14 Jun 2024

    Nothing published for this version

  28. v0.2.30-0.20240614215556-7468d854628d 14 Jun 2024 pre-release

    Nothing published for this version

  29. v0.2.30-0.20240425150804-e275ff5aa4f4 25 Apr 2024 pre-release

    Nothing published for this version

  30. v0.2.29 15 Dec 2023

    Nothing published for this version

  31. v0.2.29-0.20231215231627-538ad7df148e 15 Dec 2023 pre-release

    Nothing published for this version

  32. v0.2.28 27 Nov 2023

    Nothing published for this version

  33. v0.2.28-0.20231121183708-65d24fd8fdb9 21 Nov 2023 pre-release

    Nothing published for this version

  34. v0.2.27 18 Oct 2023

    Nothing published for this version

  35. v0.2.27-0.20231018160856-ae07d22eaa0c 18 Oct 2023 pre-release

    Nothing published for this version

  36. v0.2.27-0.20230822143959-c35e8c9307da 22 Aug 2023 pre-release

    Nothing published for this version

  37. v0.2.26 21 Jul 2023

    Nothing published for this version

  38. v0.2.26-0.20230721163624-d60fb6522ae4 21 Jul 2023 pre-release

    Nothing published for this version

  39. v0.2.26-0.20230713192756-8de46e41901f 13 Jul 2023 pre-release

    Nothing published for this version

  40. v0.2.25 30 May 2023

    Nothing published for this version

  41. v0.2.24 24 Apr 2023

    Nothing published for this version

  42. v0.2.23 14 Apr 2023

    Nothing published for this version

  43. v0.2.3-0.20230321180620-5bc29852b41a 21 Mar 2023 pre-release

    Nothing published for this version

  44. v0.2.3-0.20230228202617-a073589d82d8 28 Feb 2023 pre-release

    Nothing published for this version

  45. v0.2.2 23 Feb 2023

    Nothing published for this version

  46. v0.2.2-0.20230214150039-9d320008d5d2 14 Feb 2023 pre-release

    Nothing published for this version

  47. v0.2.2-0.20230207172505-9bd00f8c4417 07 Feb 2023 pre-release

    Nothing published for this version

  48. v0.2.2-0.20230124183136-bf21bb0d2878 24 Jan 2023 pre-release

    Nothing published for this version

  49. v0.2.1 28 Jun 2022

    Nothing published for this version

  50. v0.2.1-0.20220628152838-cb9f5c10a09e 28 Jun 2022 pre-release

    Nothing published for this version

  51. v0.2.1-0.20220623154554-298ae3130275 23 Jun 2022 pre-release

    Nothing published for this version

  52. v0.2.1-0.20220622152835-48e7290d4cb6 22 Jun 2022 pre-release

    Nothing published for this version

  53. v0.2.0 21 Jun 2022

    Nothing published for this version

  54. v0.1.13 17 Jun 2022

    Nothing published for this version

  55. v0.1.13-0.20220606163149-e71676ac2b37 06 Jun 2022 pre-release

    Nothing published for this version

  56. v0.1.13-0.20210723143258-bd3db5150195 23 Jul 2021 pre-release

    Nothing published for this version

  57. v0.1.13-0.20201201015557-afb376d66b7c 01 Dec 2020 pre-release

    Nothing published for this version

  58. v0.1.12 24 Nov 2020

    Nothing published for this version

  59. v0.1.11 23 Jul 2020

    Nothing published for this version

  60. v0.1.10 04 Jul 2020

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive