buildah_repo.sh 172 B

123456789
  1. #!/bin/bash
  2. # Execute buildah to scrape rpms from container.
  3. cd /root
  4. cx=$(buildah from {{ easy_openshift_repo_image }})
  5. cx_root=$(buildah mount $cx)
  6. cp $cx_root/* . -r