Skip to content

Commit ca58871

Browse files
committed
Fixing ARM-64 image
Using correct Supercronic binary
1 parent a8f0bfb commit ca58871

File tree

7 files changed

+14
-28
lines changed

7 files changed

+14
-28
lines changed

Dockerfile.14-apache-bullseye

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.14-bullseye

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.16-apache-bullseye

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.16-bullseye

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.18-apache-bullseye

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.18-bullseye

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

utils/Dockerfile.blueprint

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)