Commit b1d01ac
committed
docker_registry_client.py: Add generic registry support
Add support of a generic container registry, so a user can provide
access to an arbitrary registry for the container CI job. The secret
value must be defined as "<user-name>:token|password|secret>", so the CI
will do `docker login <url> -u <user-name> -p <token|password|secret>`.
Signed-off-by: Mike Sul <mike.sul@foundries.io>1 parent 02f818e commit b1d01ac
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
212 | 221 | | |
213 | 222 | | |
0 commit comments