foundationdb/packaging/docker
Michael Stack 2ae9545497
Push the fdb-kubernetes-monitor 'unified' image. (#11919)
See https://github.com/FoundationDB/fdb-kubernetes-tests/pull/859

Co-authored-by: michael stack <stack@duboce.com>
2025-02-03 10:52:39 +01:00
..
kubernetes Change the default base image to RockyLinux9 (#11538) 2024-08-01 18:00:49 +02:00
samples Rename error variable in go tests to err #8828 (#11716) 2024-12-11 11:05:27 -08: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 More copyright end year updates (#11556) 2024-08-05 14:00:32 -07: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 Push the fdb-kubernetes-monitor 'unified' image. (#11919) 2025-02-03 10:52:39 +01:00
entrypoint.bash Change the default base image to RockyLinux9 (#11538) 2024-08-01 18:00:49 +02:00
fdb.bash Update end year in copyright header 2024-08-02 09:40:11 -07:00
fdb_single.bash More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
run_ycsb.sh cleanup shell script, remove set -x, add more detailed logging 2022-10-25 23:23:22 -05:00
run_ycsb_standalone.sh Make it so can run the ycsb container standalone without need of a k8s 2024-05-08 12:22:21 -05:00
sidecar.py Add test cases for path checks 2025-01-10 11:16:48 +01:00
sidecar_test.py Add test cases for path checks 2025-01-10 11:16:48 +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.