OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / screwdriver-on-docker.rb
index 947ac17..89b24e4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2017, whitestar
+# Copyright 2017-2018, whitestar
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -63,6 +63,7 @@ override_attributes(
       'config' => {
         'services' => {
           'api' => {
+            'image' => 'screwdrivercd/screwdriver:latest',
             'ports' => [
               #"#{api_port}:80",
             ],
@@ -74,6 +75,7 @@ override_attributes(
             },
           },
           'ui' => {
+            'image' => 'screwdrivercd/ui:latest',
             'ports' => [
               #"#{ui_port}:80",
             ],
@@ -84,6 +86,7 @@ override_attributes(
             },
           },
           'store' => {
+            'image' => 'screwdrivercd/store:latest',
             'ports' => [
               #"#{store_port}:80",
             ],