mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
Stop using dockerfile/* images
As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
This commit is contained in:
@@ -7,5 +7,5 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- args: "this is a bad command"
|
||||
image: dockerfile/redis
|
||||
image: redis
|
||||
name: master
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"containers": [
|
||||
{
|
||||
"name": "master",
|
||||
"image": "dockerfile/redis",
|
||||
"image": "redis",
|
||||
"args": "this is a bad command"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -12,5 +12,5 @@ spec:
|
||||
- an
|
||||
- ok
|
||||
- command
|
||||
image: dockerfile/redis
|
||||
image: redis
|
||||
name: master
|
||||
|
||||
Reference in New Issue
Block a user