
Allow access to Google Container Registry using json key as a password for docker login. The key is scoped to a specific Google Cloud Platform Console project and its resources. Add new field for key. Partially implements: blueprint k8s-google-registry-support Change-Id: Ica71d1a48ac7fb75a71497fcbe318d1b9e4e8192
4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/bash
|
|
|
|
docker login -e unused@arg.com -u _json_key -p "$1" https://gcr.io
|