mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Revert k8s.gcr.io vanity domain
This reverts commit eba5b6092a
.
Fixes https://github.com/kubernetes/kubernetes/issues/57526
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# This file creates a standard build environment for building Kubernetes
|
||||
FROM k8s.gcr.io/kube-cross:KUBE_BUILD_IMAGE_CROSS_TAG
|
||||
FROM gcr.io/google_containers/kube-cross:KUBE_BUILD_IMAGE_CROSS_TAG
|
||||
|
||||
# Mark this as a kube-build container
|
||||
RUN touch /kube-build-image
|
||||
|
@@ -21,7 +21,7 @@ TAG=$(shell cat VERSION)
|
||||
all: push
|
||||
|
||||
build:
|
||||
docker build --pull -t k8s.gcr.io/$(IMAGE):$(TAG) .
|
||||
docker build --pull -t gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
|
||||
push: build
|
||||
gcloud docker -- push k8s.gcr.io/$(IMAGE):$(TAG)
|
||||
gcloud docker -- push gcr.io/google_containers/$(IMAGE):$(TAG)
|
||||
|
Reference in New Issue
Block a user