Skip to content

Instantly share code, notes, and snippets.

View lcarva's full-sized avatar

Luiz Carvalho lcarva

  • Red Hat, Inc.
  • Eastern US
View GitHub Profile
@lcarva
lcarva / registry_usage.py
Last active January 29, 2018 18:59
Compute storage used by container images per OpenShift project
#!/bin/env python
from __future__ import print_function
from collections import Counter
import os.path
import subprocess
import json