Running the suggested command to create a buildbarn storage image doesn't work bazel run --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 //cmd/bb_storage:bb_storage_container
Bazelisk automatically downloads Bazel 7 which was recently released and doesn't seem to be compatible with bb-storage.
I suggest adding a .bazelversion file with 6.4.0 until compatibility with Bazel 7 is done.