apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.33k stars 1.3k forks source link

Unable to pull foundationdb/foundationdb-build #4921

Closed jkylling closed 3 years ago

jkylling commented 3 years ago

I'm unable to pull the foundationdb/foundationdb-build:0.1.24 image.

docker pull foundationdb/foundationdb-build:0.1.24
Error response from daemon: pull access denied for foundationdb/foundationdb-build, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

It does not look like the image is public in https://hub.docker.com/u/foundationdb (there is foundationdb/build, though the naive cmake -G Ninja fdb-source fails in this container). The readme states that

The official docker image for building is foundationdb/foundationdb-build

Could the foundationdb/foundationdb-build image or its Dockerfile be made public?

sfc-gh-anoyes commented 3 years ago

Folks are mostly using foundationdb/devel:centos7-latest or foundationdb/build:centos7-latest latest to build these days. The readme needs to be updated.

jkylling commented 3 years ago

Thank you! The foundationdb/devel:centos7-latest image works great.

My use case is to look at some addr2line traces which usually point to some generated files. Are these generated files available for download somewhere? The debug binaries are at https://www.foundationdb.org/downloads/6.3.12/linux/fdb_6.3.12-debug.tar.gz, while the source is at https://github.com/apple/foundationdb/archive/refs/tags/6.3.12.tar.gz, but to understand the traces I need the generated files.