You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1095,7 +1095,7 @@ container_pull(
1095
1095
1096
1096
This can then be referenced in `BUILD` files as `@base//image`.
1097
1097
1098
-
To get the correct digest one can run `docker manifest inspect gcr.io/my-project/my-base:tag` once [experimental docker cli featuers are enabled](https://docs.docker.com/engine/reference/commandline/manifest_inspect).
1098
+
To get the correct digest one can run `docker manifest inspect gcr.io/my-project/my-base:tag` once [experimental docker cli features are enabled](https://docs.docker.com/engine/reference/commandline/manifest_inspect).
1099
1099
1100
1100
See [here](#container_pull-custom-client-configuration) for an example of how
1101
1101
to use container_pull with custom docker authentication credentials.
0 commit comments