From 631810df5b6f593ca8a5c155a9bd47b321f69fe8 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 25 Mar 2020 18:21:01 -0700 Subject: [PATCH] get therecipe-qt-docker-imgs sh --- get-therecipe-qt-dockers-imgs.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 get-therecipe-qt-dockers-imgs.sh diff --git a/get-therecipe-qt-dockers-imgs.sh b/get-therecipe-qt-dockers-imgs.sh new file mode 100755 index 00000000..42678637 --- /dev/null +++ b/get-therecipe-qt-dockers-imgs.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +docker pull registry.openprivacy.ca:5000/therecipe/qt:linux_static-2019.11 +docker tag 572cd474b221 therecipe/qt:linux_static +docker rmi registry.openprivacy.ca:5000/therecipe/qt:linux_static-2019.11 + +docker pull registry.openprivacy.ca:5000/therecipe/qt:windows_64_static-2019.11 +docker tag 54c984171442 therecipe/qt:windows_64_static +docker rmi registry.openprivacy.ca:5000/therecipe/qt:windows_64_static-2019.11 + +docker pull registry.openprivacy.ca:5000/therecipe/qt:android-2019.11 +docker tag 4d4b5415b19d therecipe/qt:android +docker rmi registry.openprivacy.ca:5000/therecipe/qt:android-2019.11