get-all-dist.sh 124 B

1234
  1. #!/bin/bash
  2. find . -name Dockerfile -exec dirname {} \; | \
  3. grep -v -e 'stretch' | \
  4. jq -R . | sed 's#./##g' | jq -cs .