foundationdb/packaging/docker
Johannes Scheuermann ea5f521f15
Refactor code to make use of the controller-runtime and allow delayed shutdown of the monitor process (#11108)
2024-01-18 08:00:26 +01:00
..
kubernetes Add support for lumberjack in logging and update example to 7.1 (#7357) 2022-06-15 19:41:01 +01:00
samples update links to foundationdb.org to reference GitHub 2023-05-30 10:15:20 -05: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 Refactor code to make use of the controller-runtime and allow delayed shutdown of the monitor process (#11108) 2024-01-18 08:00:26 +01:00
Dockerfile.eks add script to allow starting and running a singleton FDB database in the foundationdb docker image 2023-08-11 12:59:17 -05: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 Build the FDB Kubernetes monitor 2023-12-20 15:30:15 -06:00
entrypoint.bash refactor docker directory 2021-11-17 16:29:07 -08:00
fdb.bash Improve the Docker setup for Mac (#11076) 2023-11-28 09:28:49 +01:00
fdb_single.bash Improve the Docker setup for Mac (#11076) 2023-11-28 09:28:49 +01:00
run_ycsb.sh cleanup shell script, remove set -x, add more detailed logging 2022-10-25 23:23:22 -05:00
sidecar.py Add testing for Kubernetes sidecar (#7105) 2022-06-21 19:39:53 +01:00
sidecar_test.py Add testing for Kubernetes sidecar (#7105) 2022-06-21 19:39:53 +01: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.