skyleaworlder commented on PR #16677: URL: https://github.com/apache/pulsar/pull/16677#issuecomment-1189819947
> @skyleaworlder I had tried to work on this in #16099 though there were some issues that I didn't get time to fix. Can you check and compare both PRs? It's my pleasure. I have checked changes in #16099. I find some tags (registry or latest version) loss compared to dockerfile-maven-plugin version. I've also checked failed workflows' result and I find https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-docker-image/2.11.0-SNAPSHOT/pulsar-docker-image-2.11.0-SNAPSHOT-docker-info.jar is not available. But I don't know why others (e.g. [here](https://github.com/apache/pulsar/runs/7414676660?check_suite_focus=true)) have the same workflow.yaml passed. ```xml <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>pulsar-docker-image</artifactId> <version>${project.version}</version> <classifier>docker-info</classifier> </dependency> </dependencies> ```  -- 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]
