Move build-tools.Dockerfile -> build-tools/Dockerfile (#12590)

## Problem

This is a prerequisite for neondatabase/neon#12575 to keep all things
relevant to `build-tools` image in a single directory

## Summary of changes
- Rename `build_tools/` to `build-tools/`
- Move `build-tools.Dockerfile` to `build-tools/Dockerfile`
This commit is contained in:
Alexander Bayandin
2025-07-15 11:45:49 +01:00
committed by GitHub
parent ff526a1051
commit 7a7ab2a1d1
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ if SQL_EXPORTER is None:
self, logs_dir: Path, config_file: Path, collector_file: Path, port: int
) -> None:
# NOTE: Keep the version the same as in
# compute/compute-node.Dockerfile and build-tools.Dockerfile.
# compute/compute-node.Dockerfile and build-tools/Dockerfile.
#
# The "host" network mode allows sql_exporter to talk to the
# endpoint which is running on the host.