foundationdb/packaging/docker
Johannes Scheuermann 3b38f7cd8d
Add arm support for Docker images (#12425)
Co-authored-by: Jingyu Zhou <jingyu_zhou@apple.com>
2025-10-13 16:38:47 -07:00
..
fdb-aws-s3-credentials-fetcher Make bulkload file reads and writes async and memory parsimonious (#11997) 2025-03-06 10:43:04 -08: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 Add arm support for Docker images (#12425) 2025-10-13 16:38:47 -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 Build a sidecar container that refreshes s3 credentials (#11945) 2025-03-03 08:39:33 -08: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.