Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 3bc76b5

Browse files
committed
Added a few messages #6703
1 parent 7099d96 commit 3bc76b5

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

tools/docker-preview/manifest.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://docker-setup.dille.io/schema.yaml
2+
$schema: https://docker-setup.dille.io/schema.yaml
13
name: docker-preview
24
version: "24.0.2"
35
binary: ${target}/libexec/docker-preview/bin/docker
@@ -16,6 +18,15 @@ tags:
1618
- lang/go
1719
homepage: https://www.docker.com/
1820
description: The Docker CLI
21+
messages:
22+
internals: |
23+
This is a preview release of the Docker CLI
24+
Is is installed side-by-side with the stable Docker CLI
25+
The CLI is called docker-preview
26+
Binaries (except docker-preview) are installed into ${prefix}${target}/libexec/docker-preview/bin
27+
Working directory is ${prefix}/var/lib/docker-preview
28+
Settings are stored in ${prefix}/etc/docker-preview
29+
IPTables is disabled to prevent interference with the stable Docker CLI => port publishings are not working
1930
renovate:
2031
datasource: github-tags
2132
package: moby/moby

tools/docker/manifest.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://docker-setup.dille.io/schema.yaml
2+
$schema: https://docker-setup.dille.io/schema.yaml
13
name: docker
24
version: "24.0.2"
35
binary: dockerd
@@ -22,6 +24,12 @@ tags:
2224
- lang/go
2325
homepage: https://www.docker.com/
2426
description: The Docker CLI
27+
messages:
28+
internals: |
29+
Binaries (except docker) are installed into ${prefix}${target}/libexec/docker/bin
30+
Systemd units and init scripts are modified to perfer binaries from this directory
31+
The BuildKit builder is enabled by default
32+
The containerd image store is enabled by default
2533
renovate:
2634
datasource: github-tags
2735
package: moby/moby

tools/gojq/manifest.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://docker-setup.dille.io/schema.yaml
2+
$schema: https://docker-setup.dille.io/schema.yaml
13
name: gojq
24
version: "0.12.13"
35
check: ${binary} --version | cut -d' ' -f2
@@ -12,6 +14,9 @@ tags:
1214
- format
1315
homepage: https://github.com/itchyny/gojq
1416
description: Pure Go implementation of jq
17+
messages:
18+
usage: |
19+
Symlink to jq included
1520
renovate:
1621
datasource: github-releases
1722
package: itchyny/gojq

0 commit comments

Comments
 (0)