Skip to content

Commit 538d302

Browse files
committed
Migrate k8s.gcr.io to registry.k8s.io
1 parent 8e94068 commit 538d302

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cassandra/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/debian-base-amd64:0.3
15+
FROM registry.k8s.io/debian-base-amd64:0.3
1616

1717
ARG BUILD_DATE
1818
ARG VCS_REF

guestbook-go/guestbook-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: guestbook
18-
image: k8s.gcr.io/guestbook:v3
18+
image: registry.k8s.io/guestbook:v3
1919
ports:
2020
- name: http-server
2121
containerPort: 3000

guestbook-go/redis-master-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: redis-master
21-
image: k8s.gcr.io/redis:e2e
21+
image: registry.k8s.io/redis:e2e
2222
ports:
2323
- name: redis-server
2424
containerPort: 6379

guestbook-go/redis-replica-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: redis-replica
21-
image: k8s.gcr.io/redis-slave:v2
21+
image: registry.k8s.io/redis-slave:v2
2222
ports:
2323
- name: redis-server
2424
containerPort: 6379

0 commit comments

Comments
 (0)