diff options
author | Nikita Kozlovskiy <nikitka@gmail.com> | 2023-09-12 23:03:34 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-09-12 23:22:38 +0300 |
commit | f0c342b81fa53191b2aa0fe6e953f746a56446ee (patch) | |
tree | 0f8067d189a9883c4c2c4f6c281f1bc219b15fea /.mapping.json | |
parent | 8a17939a21f936e38707a1f87045135d43ba7792 (diff) | |
download | ydb-f0c342b81fa53191b2aa0fe6e953f746a56446ee.tar.gz |
docker: build local_ydb using pyinstaller, enable s3 docker cache
docker: build local_ydb using pyinstaller, enable s3 docker cache
Pull Request resolved: 364
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.mapping.json b/.mapping.json index 5e2660d705..623a3d1bd2 100644 --- a/.mapping.json +++ b/.mapping.json @@ -7,10 +7,11 @@ ".github/config/muted_shard.txt":"ydb/github_toplevel/.github/config/muted_shard.txt", ".github/config/muted_test.txt":"ydb/github_toplevel/.github/config/muted_test.txt", ".github/docker/Dockerfile":"ydb/github_toplevel/.github/docker/Dockerfile", + ".github/docker/Dockerfile.dockerignore":"ydb/github_toplevel/.github/docker/Dockerfile.dockerignore", ".github/docker/files/LICENSE":"ydb/github_toplevel/.github/docker/files/LICENSE", ".github/docker/files/THIRD_PARTY_LICENSES":"ydb/github_toplevel/.github/docker/files/THIRD_PARTY_LICENSES", - ".github/docker/files/health_check.sh":"ydb/github_toplevel/.github/docker/files/health_check.sh", - ".github/docker/files/initialize_local_ydb.sh":"ydb/github_toplevel/.github/docker/files/initialize_local_ydb.sh", + ".github/docker/files/health_check":"ydb/github_toplevel/.github/docker/files/health_check", + ".github/docker/files/initialize_local_ydb":"ydb/github_toplevel/.github/docker/files/initialize_local_ydb", ".github/prewarm/build.sh":"ydb/github_toplevel/.github/prewarm/build.sh", ".github/prewarm/ubuntu-1804.dockerfile":"ydb/github_toplevel/.github/prewarm/ubuntu-1804.dockerfile", ".github/prewarm/ubuntu-2004.dockerfile":"ydb/github_toplevel/.github/prewarm/ubuntu-2004.dockerfile", |