Skip to content
Snippets Groups Projects
Unverified Commit d99fb753 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

docker: add script to update docker image to new tag with lbmc

parent 3c71aa66
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
fd "Dockerfile" src/docke_modules | perl -pe 's|.*docker_modules/(.*)/(.*)/Dockerfile|\1:\2|g' | awk '{system("docker tag "$0" lbmc/" $0)}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment