aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-frontend/Dockerfile
diff options
context:
space:
mode:
authorGrinberg Moti <mg877n@att.com>2017-02-23 11:24:34 +0200
committerGrinberg Moti <mg877n@att.com>2017-02-23 11:37:20 +0200
commitc3bda48fbb4250bc409afe44684a147d0b08573c (patch)
tree2a0285944112857052d2368fc64d24ec95e65260 /sdc-os-chef/sdc-frontend/Dockerfile
parent98b4dfecdcd2bc632b2977fa20ed200411e9b16b (diff)
set url to https://omnitruck.chef.io/install.sh
Change-Id: I1eb228adf80e44d97a0a95eb37477ee1c0d76ab9 Signed-off-by: Grinberg Moti <mg877n@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-frontend/Dockerfile')
-rw-r--r--sdc-os-chef/sdc-frontend/Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sdc-os-chef/sdc-frontend/Dockerfile b/sdc-os-chef/sdc-frontend/Dockerfile
index 940dd2341e..79fd9186d6 100644
--- a/sdc-os-chef/sdc-frontend/Dockerfile
+++ b/sdc-os-chef/sdc-frontend/Dockerfile
@@ -9,10 +9,7 @@ COPY chef-solo /root/chef-solo/
COPY chef-repo/cookbooks /root/chef-solo/cookbooks/
# install chef-solo
-#RUN curl -L http://www.opscode.com/chef/install.sh | bash
-COPY chef-install.sh /root/
-RUN chmod 770 /root/chef-install.sh
-RUN bash /root/chef-install.sh
+RUN curl -L https://omnitruck.chef.io/install.sh | bash
RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.properties
51'>151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252