mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
fetch commit_sha from source_code_directory (don't assume we're in the source tree anymore), allow custom tag (if a parameter is passed in as $1) update README.md
13 lines
553 B
Markdown
13 lines
553 B
Markdown
# 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. |