File tree Expand file tree Collapse file tree 7 files changed +14
-28
lines changed Expand file tree Collapse file tree 7 files changed +14
-28
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ RUN apt-get update &&\
1919# | Supercronic is a drop-in replacement for cron (for containers).
2020# |
2121
22- RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.5/supercronic-linux-amd64 \
23- && SUPERCRONIC=supercronic-linux-amd64 \
24- && SUPERCRONIC_SHA1SUM=9aeb41e00cc7b71d30d33c57a2333f2c2581a201 \
22+ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
23+ && SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2524 && curl -fsSLO "$SUPERCRONIC_URL" \
26- && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
2725 && chmod +x "$SUPERCRONIC" \
2826 && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
2927 && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ RUN apt-get update &&\
1919# | Supercronic is a drop-in replacement for cron (for containers).
2020# |
2121
22- RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.5/supercronic-linux-amd64 \
23- && SUPERCRONIC=supercronic-linux-amd64 \
24- && SUPERCRONIC_SHA1SUM=9aeb41e00cc7b71d30d33c57a2333f2c2581a201 \
22+ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
23+ && SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2524 && curl -fsSLO "$SUPERCRONIC_URL" \
26- && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
2725 && chmod +x "$SUPERCRONIC" \
2826 && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
2927 && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ RUN apt-get update &&\
1919# | Supercronic is a drop-in replacement for cron (for containers).
2020# |
2121
22- RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.5/supercronic-linux-amd64 \
23- && SUPERCRONIC=supercronic-linux-amd64 \
24- && SUPERCRONIC_SHA1SUM=9aeb41e00cc7b71d30d33c57a2333f2c2581a201 \
22+ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
23+ && SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2524 && curl -fsSLO "$SUPERCRONIC_URL" \
26- && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
2725 && chmod +x "$SUPERCRONIC" \
2826 && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
2927 && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ RUN apt-get update &&\
1919# | Supercronic is a drop-in replacement for cron (for containers).
2020# |
2121
22- RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.5/supercronic-linux-amd64 \
23- && SUPERCRONIC=supercronic-linux-amd64 \
24- && SUPERCRONIC_SHA1SUM=9aeb41e00cc7b71d30d33c57a2333f2c2581a201 \
22+ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
23+ && SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2524 && curl -fsSLO "$SUPERCRONIC_URL" \
26- && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
2725 && chmod +x "$SUPERCRONIC" \
2826 && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
2927 && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ RUN apt-get update &&\
1919# | Supercronic is a drop-in replacement for cron (for containers).
2020# |
2121
22- RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.5/supercronic-linux-amd64 \
23- && SUPERCRONIC=supercronic-linux-amd64 \
24- && SUPERCRONIC_SHA1SUM=9aeb41e00cc7b71d30d33c57a2333f2c2581a201 \
22+ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
23+ && SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2524 && curl -fsSLO "$SUPERCRONIC_URL" \
26- && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
2725 && chmod +x "$SUPERCRONIC" \
2826 && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
2927 && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ RUN apt-get update &&\
1919# | Supercronic is a drop-in replacement for cron (for containers).
2020# |
2121
22- RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.5/supercronic-linux-amd64 \
23- && SUPERCRONIC=supercronic-linux-amd64 \
24- && SUPERCRONIC_SHA1SUM=9aeb41e00cc7b71d30d33c57a2333f2c2581a201 \
22+ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
23+ && SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2524 && curl -fsSLO "$SUPERCRONIC_URL" \
26- && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
2725 && chmod +x "$SUPERCRONIC" \
2826 && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
2927 && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
Original file line number Diff line number Diff line change @@ -23,11 +23,9 @@ RUN apt-get update &&\
2323# | Supercronic is a drop-in replacement for cron (for containers).
2424# |
2525
26- RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.5/supercronic-linux-amd64 \
27- && SUPERCRONIC=supercronic-linux-amd64 \
28- && SUPERCRONIC_SHA1SUM=9aeb41e00cc7b71d30d33c57a2333f2c2581a201 \
26+ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.13/supercronic-linux-$( dpkg --print-architecture ) \
27+ && SUPERCRONIC=supercronic-linux-$( dpkg --print-architecture ) \
2928 && curl -fsSLO "$SUPERCRONIC_URL" \
30- && echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c - \
3129 && chmod +x "$SUPERCRONIC" \
3230 && mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}" \
3331 && ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic
You can’t perform that action at this time.
0 commit comments