foundationdb/packaging/docker
Aaron Molitor ffe024244e skip proxy when fetching kubectl 2022-11-03 13:01:41 -05: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 copyright header dates 2022-03-21 13:36:23 -07: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 skip proxy when fetching kubectl 2022-11-03 13:01:41 -05:00
Dockerfile.eks skip proxy when fetching kubectl 2022-11-03 13:01:41 -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 move global variables into function args/local variables, build both regular and debug images by default 2022-08-23 11:43:49 -05:00
entrypoint.bash refactor docker directory 2021-11-17 16:29:07 -08:00
fdb.bash Update copyright header dates 2022-03-21 13:36:23 -07: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.