Dockerfile in master was using an outdate base image. I'm not sure if a similar
problem exists in other branches. There was "FROM ubuntu:22.10". Ubuntu 22.10
(kinetic) is EOL since July 20 2023. [1]
I'm making updates in the Junit 5 support PR while trying to get tests up &
running.
https://git
Hello,
a user reported that the docker image for 4.15.5 was missing.
https://github.com/apache/bookkeeper/issues/4170
I have fixed the problem by creating a git tag
git checkout release-4.15.5
git tag -s release-4.15.5-docker
git push origin release-4.15.5-docker
Is there any volunteer to updat