summaryrefslogtreecommitdiffstats
path: root/.github/docker/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* local-ydb: preserve custom config mounted at default path (#42277)Aleksey Myasnikov6 days1-0/+2
| | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Cursor <[email protected]>
* Fixed `docker run -i` case (without `-t` flag) (#31058)Aleksey Myasnikov2025-12-201-0/+6
|
* Decreased the `--start-period` and `--interval params` in Dockerfile ↵Aleksey Myasnikov2025-12-201-1/+1
| | | | HEALTHCHECK instruction (#31044)
* Moved disable checks to initialize_local_ydb (#30076)Aleksey Myasnikov2025-12-031-2/+0
|
* Disable newest version checks in YDB CLI (#30070)Aleksey Myasnikov2025-12-031-4/+3
|
* Disable CLI update in docker local-ydb (#30042)Aleksey Myasnikov2025-12-031-2/+2
|
* Support user provided parameters when starting local-ydb (#29776)Vladislav Polyakov2025-11-281-1/+1
|
* Local YDB: add custom init scripts support for YDB Docker container (#28811)Vladislav Polyakov2025-11-251-2/+2
| | | | Signed-off-by: Vladislav Polyakov <[email protected]> Signed-off-by: Vladislav Polyakov <[email protected]>
* Decrease YDB CPU consumption in docker and some tests #27759 (#28405)Evgeniy Ivanov2025-11-101-1/+1
|
* Reverted health_check script (#21406)Aleksey Myasnikov2025-07-211-2/+2
|
* Added parameters to "Publich docker image" for tune local-ydb docker image ↵Aleksey Myasnikov2025-06-201-7/+21
| | | | content (#19967)
* Changed HEALTHCHECK command in Dockerfile for using CLI command `ydb ↵Aleksey Myasnikov2025-06-201-1/+1
| | | | monitoring healthcheck` (#19930)
* start kafka port by default in local ydb (#19194)Timofey Koolin2025-06-031-0/+1
|
* ci: build docker local-ydb docker image using ya make (#934)nikita kozlovsky2024-01-121-44/+17
| | | | | | | * use ya for build local-ydb * fix * add dockerfile_branch variable
* docker: build local_ydb using pyinstaller, enable s3 docker cacheNikita Kozlovskiy2023-09-121-28/+29
| | | | | | docker: build local_ydb using pyinstaller, enable s3 docker cache Pull Request resolved: 364
* use CCACHE_PATH for docker buildsnkozlovskiy2023-09-071-1/+1
|
* add clang-12 for docker_publish action. clang-12 reqiured for build stable ↵nkozlovskiy2023-08-281-1/+2
| | | | builds
* fix prewarm cache and docker build, also add ubuntu-toolchain-r/test …Nikita Kozlovskiy2023-08-101-1/+1
| | | | | | fix prewarm cache and docker build, also add ubuntu-toolchain-r/test … Pull Request resolved: #326
* ci: add make as a dependency, also use clang-14 for docker buildsNikita Kozlovskiy2023-08-081-1/+1
| | | | | | ci: add make as a dependency, also use clang-14 for docker builds Pull Request resolved: #325
* ci: fix docker local_ydb buildNikita Kozlovskiy2023-07-171-16/+2
| | | | | ci: fix docker local_ydb build Pull Request resolved: #308
* ci: build local-ydb docker imageNikita Kozlovskiy2023-07-071-0/+89
ci: build local-ydb docker image Pull Request resolved: #300