registry
Este commit está contenido en:
7
production/registry/guarda-images.sh
Archivo ejecutable
7
production/registry/guarda-images.sh
Archivo ejecutable
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
for i in $(cat images.txt | awk '{print $1":"$2}')
|
||||
do
|
||||
docker tag $i registry.hatthieves.es/$i
|
||||
docker push registry.hatthieves.es/$i
|
||||
docker rmi registry.hatthieves.es/$i
|
||||
done
|
||||
Referencia en una nueva incidencia
Block a user