Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions container/image.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ _attrs = dicts.add(_layer.attrs, {
The behavior between using `""` and `[]` may differ.
Please see [#1448](https://github.com/bazelbuild/rules_docker/issues/1448)
for more details.

This field supports stamp variables.""",
),
"experimental_tarball_format": attr.string(
Expand Down Expand Up @@ -681,7 +681,7 @@ _attrs = dicts.add(_layer.attrs, {
...
},

The values of this field support stamp variables.""",
The values of this field support stamp variables.""",
),
"launcher": attr.label(
allow_single_file = True,
Expand Down Expand Up @@ -763,7 +763,7 @@ _attrs = dicts.add(_layer.attrs, {
Because building the image never happens inside a Docker container,
this user does not affect the other actions (e.g., adding files).

This field supports stamp variables.""",
This field supports stamp variables.""",
),
"volumes": attr.string_list(
doc = """List of volumes to mount.
Expand All @@ -778,7 +778,7 @@ _attrs = dicts.add(_layer.attrs, {
Because building the image never happens inside a Docker container,
this working directory does not affect the other actions (e.g., adding files).

This field supports stamp variables.""",
This field supports stamp variables.""",
),
"_digester": attr.label(
default = "//container/go/cmd/digester",
Expand Down
2 changes: 1 addition & 1 deletion container/layer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ _layer_attrs = dicts.add({
...
},

The values of this field support make variables (e.g., `$(FOO)`)
The values of this field support make variables (e.g., `$(FOO)`)
and stamp variables; keys support make variables as well.""",
),
"files": attr.label_list(
Expand Down