shreemaan-abhishek commented on code in PR #9919:
URL: https://github.com/apache/apisix/pull/9919#discussion_r1277078823
##########
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:
@monkeyDluffy6017, it does not represent any version I suppose because, in
the openwhisk docker hub, the tags were specified like random numbers (no
semantically versioned tags were available). I just found a combination of tags
that worked well.
--
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]