mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Use k8s.gcr.io vanity domain for container images
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
IMAGE=gcr.io/google_containers/python
|
||||
IMAGE=k8s.gcr.io/python
|
||||
VERSION=v1
|
||||
|
||||
.PHONY: build push
|
||||
@@ -21,5 +21,5 @@ build:
|
||||
docker build --pull -t "$(IMAGE):$(VERSION)" .
|
||||
|
||||
push:
|
||||
gcloud docker -- push "$(IMAGE):$(VERSION)"
|
||||
gcloud docker --server=k8s.gcr.io -- push "$(IMAGE):$(VERSION)"
|
||||
|
||||
|
Reference in New Issue
Block a user