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://github.com/apache/bookkeeper/pull/4197 I seen to have at least some docker image building working now in CI. Perhaps this will help fix the docker image publishing while doing releases, although I'm not specifically focusing on that.
-Lari 1 - https://fridge.ubuntu.com/2023/07/27/ubuntu-22-10-kinetic-kudu-end-of-life-reached-on-july-20-2023/ On 2024/01/12 11:05:23 Enrico Olivelli wrote: > 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 update the release procedure ? > > https://bookkeeper.apache.org/community/release-guide > > Thanks > Enrico >