Skip to content

Commit

Permalink
Prepared messages for templating
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jul 11, 2024
1 parent 811c6fb commit 849061f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions tools/containers-common/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ description: Location for shared common files in github.com/containers repos
messages:
update: |
The following default configuration files must be copied to the final locations:
- TARGET/etc/containers/policy.json -> /etc/containers/
- TARGET/etc/containers/registries.conf.d/shortnames.conf -> /etc/containers/registries.conf.d/
- TARGET/share/containers/containers.conf -> /usr/share/containers/
- TARGET/usr/share/containers/seccomp.json -> /usr/share/containers/
- {{ .Target }}/etc/containers/policy.json -> /etc/containers/
- {{ .Target }}/etc/containers/registries.conf.d/shortnames.conf -> /etc/containers/registries.conf.d/
- {{ .Target }}/share/containers/containers.conf -> /usr/share/containers/
- {{ .Target }}/usr/share/containers/seccomp.json -> /usr/share/containers/
renovate:
datasource: github-releases
package: containers/common
Expand Down
2 changes: 1 addition & 1 deletion tools/containers-image/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: Work with containers' images
messages:
update: |
The following default configuration file(s) must be copied to the final locations:
- TARGET/etc/containers/registries.conf -> /etc/containers/
- {{ .Target }}/etc/containers/registries.conf -> /etc/containers/
renovate:
datasource: github-releases
package: containers/image
Expand Down
2 changes: 1 addition & 1 deletion tools/containers-storage/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: Container Storage Library
messages:
update: |
The following default configuration file(s) must be copied to the final locations:
- TARGET/share/containers/storage.conf -> /usr/share/containers/
- {{ .Target }}/share/containers/storage.conf -> /usr/share/containers/
renovate:
datasource: github-releases
package: containers/storage
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage: https://www.docker.com/
description: The Docker CLI
messages:
internals: |
- Binaries (except docker) are installed into ${prefix}${target}/libexec/docker/bin
- Binaries (except docker) are installed into {{ .Target }}/libexec/docker/bin
- SystemD units and init scripts are modified to perfer binaries from this directory
- The cgroup drive is to systemd if SystemD is used
- The BuildKit builder is enabled by default
Expand Down
4 changes: 2 additions & 2 deletions tools/gitsign/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ homepage: https://github.com/sigstore/gitsign
description: Keyless Git signing using Sigstore
messages:
internals: |
- Copy gitsign-credential-cache.sh from TARGET/etc/profile.d to /etc/profile.d/ or ~/.local/etc/profile.d/
- Copy gitsign.service from TARGET/etc/systemd/user/ to /etc/systemd/user/ or ~/.config/systemd/user/
- Copy gitsign-credential-cache.sh from {{ .Target }}/etc/profile.d to /etc/profile.d/ or ~/.local/etc/profile.d/
- Copy gitsign.service from {{ .Target }}/etc/systemd/user/ to /etc/systemd/user/ or ~/.config/systemd/user/
- Enable and start the systemd unit
renovate:
datasource: github-releases
Expand Down
2 changes: 1 addition & 1 deletion tools/gvisor/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ messages:
{
"runtimes": {
"runsc": {
"path": "TARGET/bin/runsc"
"path": "{{ .Target }}/bin/runsc"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/runq/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ messages:
{
"runtimes": {
"runq": {
"path": "\($target)/var/lib/runq/runq",
"path": "{{ .Target }}/var/lib/runq/runq",
"runtimeArgs": [
"--cpu", "1",
"--mem", "256",
Expand Down

0 comments on commit 849061f

Please sign in to comment.