apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
14.23k stars 3.58k forks source link

[Bug] apachepulsar/pulsar-build docker image is not maintained build/docker directory is obsolete #20744

Open dave2wave opened 1 year ago

dave2wave commented 1 year ago

Search before asking

Version

In the GitHub repository for branch-3.0, and master the directory is build/docker is obsolete.

Minimal reproduce step

I looked for uses of the Dockerfile and https://hub.docker.com/r/apachepulsar/pulsar-build - the image is 9 months old.

What did you expect to see?

Either the README states this is obsolete, or the directory is removed.

What did you see instead?

The README refers to ubuntu:16.04 and this is old stuff that is not used, If you want to create a similar images then build/build_java_test_image.sh which uses Maven.

Anything else?

No response

Are you willing to submit a PR?

dave2wave commented 1 year ago

I'm trying to update the build on 2.11 and it turns out that it wants the image created by the Dockerfile in this directory. I'm concerned by this approach because it does not align with versioning of Ubuntu or Python.

github-actions[bot] commented 1 year ago

The issue had no activity for 30 days, mark with Stale label.