From 4f7f2a5469a8773f96b8ec45954148c82a06ebe3 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 19 May 2020 15:49:23 -0700 Subject: [PATCH] initial listing README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fdd3c5 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Open Privacy Docker Registry + +We maintain a small docker registry of build images we use that can't be pulled or can't be relied upon to be pulled in the future from docker. In practice this means versioning specific docker images that aren't tagged with versions so become unabailable with updates, and where we have standardized on a specific version. + +The registry is [registry.openprivacy.ca:5000](registry.openprivacy.ca:5000) + +## Usage Example + +``` +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 +``` + +# Listing + +- therecipe/qt:linux_static-2019.11 +- therecipe/qt:linux_static-2020.01 +- therecipe/qt:windows_64_static-2019.11 +- therecipe/qt:windows_64_static-2020.01 +- therecipe/qt:android-2019.11 +- therecipe/qt:android-2020.01