Skip to content

Commit

Permalink
Fix: No proxy being ignored by wget
Browse files Browse the repository at this point in the history
  • Loading branch information
maxenium authored Aug 20, 2024
1 parent 1e3145c commit cc25bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD cadvisor /usr/bin/cadvisor
EXPOSE 8080

HEALTHCHECK --interval=30s --timeout=3s \
CMD wget --quiet --tries=1 --spider http://localhost:8080/healthz || exit 1
CMD wget --quiet --tries=1 -Y off --spider http://localhost:8080/healthz || exit 1

ENTRYPOINT ["/usr/bin/cadvisor", "-logtostderr"]

0 comments on commit cc25bf1

Please sign in to comment.