Skip to content

Commit

Permalink
HACK: List cache registry contents
Browse files Browse the repository at this point in the history
Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Oct 22, 2024
1 parent 2a65e1d commit a795a8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,9 @@ ginkgo-run: .install.ginkgo

.PHONY: ginkgo
ginkgo:
echo '=== cache registry contents'
ls -gGR /var/cache/local-registry/docker/registry/v2/repositories || :
echo '==='
$(MAKE) ginkgo-run TAGS="$(BUILDTAGS)"

.PHONY: ginkgo-remote
Expand Down

0 comments on commit a795a8d

Please sign in to comment.