commit 4f7f2a5469a8773f96b8ec45954148c82a06ebe3 Author: Dan Ballard Date: Tue May 19 15:49:23 2020 -0700 initial listing README 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