Skip to content

Commit 3b6c766

Browse files
Merge pull request #25077 from tangentsoft/quadlet-5-symlink-bypass
Quadlet 5 symlink bypass
2 parents 02dd3e1 + 51d599b commit 3b6c766

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/source/locale/ja/LC_MESSAGES/markdown.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,14 +1108,14 @@ msgid ""
11081108
"container or Kubernetes workloads must run inside a systemd unit. After a"
11091109
" successful update of an image, the containers using the image get "
11101110
"updated by restarting the systemd units they run in. Please refer to "
1111-
"`quadlet(5)` on how to run Podman under systemd."
1111+
"`podman-systemd.unit(5)` on how to run Podman under systemd."
11121112
msgstr ""
11131113

11141114
#: ../../source/markdown/podman-auto-update.1.md:16
11151115
msgid ""
11161116
"To configure a container for auto updates, it must be created with the "
11171117
"`io.containers.autoupdate` label or the `AutoUpdate` field in "
1118-
"`quadlet(5)` with one of the following two values:"
1118+
"`podman-systemd.unit(5)` with one of the following two values:"
11191119
msgstr ""
11201120

11211121
#: ../../source/markdown/podman-auto-update.1.md:18
@@ -1148,7 +1148,7 @@ msgstr ""
11481148
#: ../../source/markdown/podman-auto-update.1.md:31
11491149
msgid ""
11501150
"Podman supports auto updates for Kubernetes workloads. The auto-update "
1151-
"policy can be configured directly via `quadlet(5)` or inside the "
1151+
"policy can be configured directly via `podman-systemd.unit(5)` or inside the "
11521152
"Kubernetes YAML with the Podman-specific annotations mentioned below:"
11531153
msgstr ""
11541154

@@ -32151,7 +32151,7 @@ msgstr ""
3215132151
#: ../../source/markdown/podmansh.1.md:130
3215232152
msgid ""
3215332153
"**[podman(1)](podman.1.md)**, **[podman-exec(1)](podman-exec.1.md)**, "
32154-
"**quadlet(5)**"
32154+
"**[podman-systemd.unit(5)](podman-systemd.unit.5.md)**"
3215532155
msgstr ""
3215632156

3215732157
#: ../../source/markdown/podmansh.1.md:133

docs/source/markdown/podman-auto-update.1.md.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ podman\-auto-update - Auto update containers according to their auto-update poli
1010
**podman auto-update** pulls down new container images and restarts containers configured for auto updates.
1111
To make use of auto updates, the container or Kubernetes workloads must run inside a systemd unit.
1212
After a successful update of an image, the containers using the image get updated by restarting the systemd units they run in.
13-
Please refer to `quadlet(5)` on how to run Podman under systemd.
13+
Please refer to `podman-systemd.unit(5)` on how to run Podman under systemd.
1414

15-
To configure a container for auto updates, it must be created with the `io.containers.autoupdate` label or the `AutoUpdate` field in `quadlet(5)` with one of the following two values:
15+
To configure a container for auto updates, it must be created with the `io.containers.autoupdate` label or the `AutoUpdate` field in `podman-systemd.unit(5)` with one of the following two values:
1616

1717
* `registry`: If the label is present and set to `registry`, Podman reaches out to the corresponding registry to check if the image has been updated.
1818
The label `image` is an alternative to `registry` maintained for backwards compatibility.
@@ -27,7 +27,7 @@ If they differ, the local image is considered to be newer and the systemd unit g
2727

2828
### Auto Updates and Kubernetes YAML
2929

30-
Podman supports auto updates for Kubernetes workloads. The auto-update policy can be configured directly via `quadlet(5)` or inside the Kubernetes YAML with the Podman-specific annotations mentioned below:
30+
Podman supports auto updates for Kubernetes workloads. The auto-update policy can be configured directly via `podman-systemd.unit(5)` or inside the Kubernetes YAML with the Podman-specific annotations mentioned below:
3131

3232
* `io.containers.autoupdate`: "registry|local" to apply the auto-update policy to all containers
3333
* `io.containers.autoupdate/$container`: "registry|local" to apply the auto-update policy to `$container` only

docs/source/markdown/podmansh.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ _EOF
127127
```
128128

129129
## SEE ALSO
130-
**[containers.conf(5)](containers.conf.5.md)**, **[podman(1)](podman.1.md)**, **[podman-exec(1)](podman-exec.1.md)**, **quadlet(5)**
130+
**[containers.conf(5)](containers.conf.5.md)**, **[podman(1)](podman.1.md)**, **[podman-exec(1)](podman-exec.1.md)**, **[podman-systemd.unit(5)](podman-systemd.unit.5.md)**
131131

132132
## HISTORY
133133
May 2023, Originally compiled by Dan Walsh <[email protected]>

0 commit comments

Comments
 (0)