We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee82a8 commit a96b5f0Copy full SHA for a96b5f0
1 file changed
contrib/coreos/user-data.example
@@ -141,7 +141,7 @@ write_files:
141
content: |
142
#!/bin/bash
143
144
- COMPONENTS=(builder cache controller database logger logspout publisher registry router store-daemon store-gateway store-metadata store-monitor store-volume)
+ COMPONENTS=(builder cache controller database logger logspout publisher registry router store-daemon store-gateway store-metadata store-monitor)
145
for c in "${COMPONENTS[@]}"; do
146
image=`/run/deis/bin/get_image /deis/$c`
147
docker history $image >/dev/null 2>&1 || docker pull $image
0 commit comments