We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19adbd commit 087c50dCopy full SHA for 087c50d
CommandLineTool.yml
@@ -813,7 +813,10 @@ $graph:
813
"_type": "@vocab"
814
- name: dockerPull
815
type: string?
816
- doc: "Specify a Docker image to retrieve using `docker pull`."
+ doc: |
817
+ Specify a Docker image to retrieve using `docker pull`. Can contain the
818
+ immutable digest to ensure an exact container is used:
819
+ `dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`
820
- name: dockerLoad
821
822
doc: "Specify a HTTP URL from which to download a Docker image using `docker load`."
0 commit comments