Skip to content

Commit 02397bf

Browse files
ashraffoudaclaude
andcommitted
Update zinit download URL after repo rename (zinit -> zos_zinit)
packages/stats/Dockerfile fetched the zinit release binary from threefoldtech/zinit, renamed to zos_zinit. Point it at the new name instead of relying on GitHub's non-permanent rename redirect. (Docs/badge links to the old name are cosmetic and left for a later bulk pass.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 985fa95 commit 02397bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/stats/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY --from=build /app/packages/stats/nginx /etc/nginx
1414
RUN mkdir -p /etc/zinit;
1515
COPY --from=build /app/packages/stats/zinit /etc/zinit
1616

17-
RUN curl --location https://github.com/threefoldtech/zinit/releases/download/v0.2.14/zinit -o /sbin/zinit && \
17+
RUN curl --location https://github.com/threefoldtech/zos_zinit/releases/download/v0.2.14/zinit -o /sbin/zinit && \
1818
chmod +x /sbin/zinit
1919
RUN echo "* */6 * * * curl localhost/api/stats-update" >> /var/spool/cron/crontabs/root
2020

0 commit comments

Comments
 (0)