Open dave2wave opened 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.
The issue had no activity for 30 days, mark with Stale label.
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?