foundationdb/packaging/docker
Chris Douglas 3793e4e5f0 Remove rundant WORKDIR directive 2021-12-17 11:34:32 -08:00
..
kubernetes Unify flags (#25) 2021-12-14 08:44:39 -08:00
samples Fix Golang sample 2021-08-13 02:18:21 +09:00
website Added website directory to docker packaging in order to allow the building of runtime docker images 2019-01-11 19:54:36 -08:00
Dockerfile make curl and sha256sum more quiet, pull local binaries from the correct place in build_output_directory 2021-12-03 15:06:09 -08:00
Dockerfile.eks Remove rundant WORKDIR directive 2021-12-17 11:34:32 -08:00
README.md copy packaging/docker to PROJECT_BINARY_DIR (undoing part of #5994), 2021-12-15 15:23:17 -08:00
build-images.sh copy packaging/docker to PROJECT_BINARY_DIR (undoing part of #5994), 2021-12-15 15:23:17 -08:00
entrypoint.bash refactor docker directory 2021-11-17 16:29:07 -08:00
fdb.bash Fix a bunch of places where we used old-style arguments. Allow hyphens for profiler args. 2021-12-14 09:59:14 -08:00
run_ycsb.sh Have individual YCSB containers record completion of their phase of the load. This allows loads to succeed even if the fdb-kubernetes-tests client crashes out mid run 2021-11-19 14:33:23 -08:00
sidecar.py refactor docker directory 2021-11-17 16:29:07 -08:00

README.md

packaging/docker

This directory contains the pieces for building FoundationDB docker images.

build-images.sh will optionally take a single parameter that will be used as an image tag postfix.

For more details it is best to read the build-images.sh shell script itself to learn more about how the images are built.

For details about what is in the images, peruse Dockerfile{,.eks}

the samples directory is out of date, and anything therein should be used with the expectation that it is, at least, partially (if not entirely) incorrect.