We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0543f commit b45abccCopy full SHA for b45abcc
ydb/deploy/docker/README.md
@@ -26,7 +26,7 @@ Extend base image with:
26
Image with minimal requirements to launch ydbd in container
27
28
```bash
29
-ya package --docker ydb/deploy/docker/pkg.json
+ya package --docker ydb/deploy/docker/release/pkg.json
30
```
31
32
Used base image and included:
ydb/deploy/docker/breakpad/pkg.json
@@ -12,7 +12,7 @@
12
"docker_target": "breakpad"
13
},
14
"include": [
15
- "ydb/deploy/docker/pkg.json"
+ "ydb/deploy/docker/release/pkg.json"
16
],
17
"data": [
18
{
ydb/deploy/docker/pkg.json renamed to ydb/deploy/docker/release/pkg.json
0 commit comments