Skip to content

Commit 8c047ea

Browse files
authored
Merge pull request #17 from uswitch/fix-image
AIRSHIP-2454 Replace k8s.gcr.io with registry.k8s.io
2 parents c645ee1 + cecd6e2 commit 8c047ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.12
1+
FROM registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.12
22

33
RUN set -eux; \
44
apt-get update; \

0 commit comments

Comments
 (0)