moonming commented on code in PR #9919:
URL: https://github.com/apache/apisix/pull/9919#discussion_r1278716045
##########
ci/init-plugin-test-service.sh:
##########
@@ -22,8 +22,8 @@ after() {
docker exec -i apache-apisix_kafka-server2_1
/opt/bitnami/kafka/bin/kafka-topics.sh --create --zookeeper
zookeeper-server2:2181 --replication-factor 1 --partitions 1 --topic test4
# prepare openwhisk env
- docker pull openwhisk/action-nodejs-v14:nightly
- docker run --rm -d --name openwhisk -p 3233:3233 -p 3232:3232 -v
/var/run/docker.sock:/var/run/docker.sock openwhisk/standalone:nightly
+ docker pull openwhisk/action-nodejs-v14:7545841
Review Comment:
can we use `docker pull openwhisk/action-nodejs-v14:latest`?
##########
ci/init-plugin-test-service.sh:
##########
@@ -22,8 +22,8 @@ after() {
docker exec -i apache-apisix_kafka-server2_1
/opt/bitnami/kafka/bin/kafka-topics.sh --create --zookeeper
zookeeper-server2:2181 --replication-factor 1 --partitions 1 --topic test4
# prepare openwhisk env
- docker pull openwhisk/action-nodejs-v14:nightly
- docker run --rm -d --name openwhisk -p 3233:3233 -p 3232:3232 -v
/var/run/docker.sock:/var/run/docker.sock openwhisk/standalone:nightly
+ docker pull openwhisk/action-nodejs-v14:7545841
+ docker run --rm -d --name openwhisk -p 3233:3233 -p 3232:3232 -v
/var/run/docker.sock:/var/run/docker.sock openwhisk/standalone:de3e0a8
Review Comment:
What's the version of `docker pull openwhisk/standalone` ?
--
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]