Skip to content

Commit

Permalink
cAdvisor image moved to another registry
Browse files Browse the repository at this point in the history
  • Loading branch information
denkv committed Jan 3, 2024
1 parent f087c48 commit f157cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
- hobbit-core

cadvisor:
image: google/cadvisor
image: gcr.io/cadvisor/cadvisor
networks:
- hobbit-core
volumes:
Expand Down
2 changes: 1 addition & 1 deletion platform-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cAdvisor:
-v /sys:/sys:ro \
-v /var/lib/docker/:/var/lib/docker:ro \
-v /dev/disk:/dev/disk:ro \
google/cadvisor
gcr.io/cadvisor/cadvisor

trigger-all-correlation-analysis:
docker run --network hobbit-core --volume $(CURDIR):/data:ro -e "HOBBIT_RABBIT_HOST=rabbit" java:alpine /data/test_trigger_all_correlation_analysis.sh

0 comments on commit f157cb8

Please sign in to comment.