Skip to content

Commit

Permalink
propagating documentation change from Luiz
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak committed Aug 2, 2022
1 parent 3e2aa5e commit ed3b78c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions website/content/api-docs/json-jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1079,15 +1079,17 @@ README][ct].

- `Uid` - Specifies the rendered template owner's user ID.

~> **Caveat:** Works only on Unix-based systems. Be careful when using containerized drivers, suck as `docker` or `podman`, as
groups and users inside the container may have different IDs than on the host
system. This feature will also **not** work with Docker Desktop.
~> **Caveat:** Works only on Unix-based systems. Be careful when using
containerized drivers, suck as `docker` or `podman`, as groups and users
inside the container may have different IDs than on the host system. This
feature will also **not** work with Docker Desktop.

- `Gid` - Specifies the rendered template owner's group ID.

~> **Caveat:** Works only on Linux. Be careful when using the docker driver as
groups and users inside the container may have different IDs than on the host
system. This feature will also **not** work with Docker Desktop.
~> **Caveat:** Works only on Unix-based systems. Be careful when using
containerized drivers, suck as `docker` or `podman`, as groups and users
inside the container may have different IDs than on the host system. This
feature will also **not** work with Docker Desktop.

- `RightDelim` - Specifies the right delimiter to use in the template. The default
is "}}" for some templates, it may be easier to use a different delimiter that
Expand Down
14 changes: 8 additions & 6 deletions website/content/docs/job-specification/template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,17 @@ refer to the [Learn Go Template Syntax][gt_learn] Learn guide.

- `uid` `(int: 0)` - Specifies the rendered template owner's user ID.

~> **Caveat:** Works only on Linux. Be careful when using the docker driver as
groups and users inside the container may have different IDs than on the host
system. This feature will also **not** work with Docker Desktop.
~> **Caveat:** Works only on Unix-based systems. Be careful when using
containerized drivers, suck as `docker` or `podman`, as groups and users
inside the container may have different IDs than on the host system. This
feature will also **not** work with Docker Desktop.

- `gid` `(int: 0)` - Specifies the rendered template owner's group ID.

~> **Caveat:** Works only on Linux. Be careful when using the docker driver as
groups and users inside the container may have different IDs than on the host
system. This feature will also **not** work with Docker Desktop.
~> **Caveat:** Works only on Unix-based systems. Be careful when using
containerized drivers, suck as `docker` or `podman`, as groups and users
inside the container may have different IDs than on the host system. This
feature will also **not** work with Docker Desktop.

- `right_delimiter` `(string: "}}")` - Specifies the right delimiter to use in the
template. The default is "}}" for some templates, it may be easier to use a
Expand Down

0 comments on commit ed3b78c

Please sign in to comment.