initial listing README

This commit is contained in:
Dan Ballard 2020-05-19 15:49:23 -07:00
commit 4f7f2a5469
1 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@ -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