Skip to content

Commit

Permalink
Remove the registry cache healthcheck for now
Browse files Browse the repository at this point in the history
Curl is not installed in the image so the healthcheck is
failing. We can add curl and restore the healthcheck in the
future if needed.

Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Jun 20, 2024
1 parent f917718 commit 63a3b6a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ services:
# REGISTRY_PROXY_USERNAME: changeme
# REGISTRY_PROXY_PASSWORD: changeme
# REGISTRY_LOG_LEVEL: debug
healthcheck:
test: curl --silent --fail http://localhost:5000/v2/_catalog
interval: 1m
timeout: 10s
retries: 3

volumes:
registry-data: {}

0 comments on commit 63a3b6a

Please sign in to comment.