sciabarracom commented on a change in pull request #128:
URL: 
https://github.com/apache/openwhisk-runtime-go/pull/128#discussion_r475495069



##########
File path: golang1.14/Dockerfile
##########
@@ -14,27 +14,28 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-
-IMG?=whisk/action-golang-v1.11
-IMG2?=whisk/actionloop
-
-all: golang bash
-
-test.lua:
-       echo 'wrk.method = "POST"'>test.lua
-       echo "wrk.body = '{\"value\":{\"name\":\"Mike\"}}'">>test.lua
-       echo 'wrk.headers["Content-Type"] = "application/json"'>>test.lua
-
-golang: test.lua
-       docker run -d --name under-test --rm -p 8080:8080 $(IMG)
-       bash init.sh main.go
-       wrk -t1 -c1 -stest.lua http://localhost:8080/run
-       docker kill under-test
-
-bash: test.lua
-       docker run -d --name under-test --rm -p 8080:8080 $(IMG2)
-       bash init.sh main.sh
-       wrk -t1 -c1 -stest.lua http://localhost:8080/run
-       docker kill under-test
-
-.PHONY: all golang bash
+FROM golang:1.13.8

Review comment:
       ouch! How I did miss this?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to