tzssangglass commented on code in PR #7634: URL: https://github.com/apache/apisix/pull/7634#discussion_r945396522
########## ci/init-plugin-test-service.sh: ########## @@ -41,3 +41,13 @@ docker exec -i rmqnamesrv /home/rocketmq/rocketmq-4.6.0/bin/mqadmin updateTopic # prepare vault kv engine docker exec -i vault sh -c "VAULT_TOKEN='root' VAULT_ADDR='http://0.0.0.0:8200' vault secrets enable -path=kv -version=1 kv" + +# prepare openfunction env +docker pull apisixtestaccount123/sample-go-func:v1 Review Comment: can we expose the Dockerfile for `apisixtestaccount123/sample-go-func:v1`? My concern is that when we want to make updates based on this image later, then it will be difficult for us to do so. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
