Skip to content

Commit 087c50d

Browse files
committed
add example of immutable docker image digest
1 parent e19adbd commit 087c50d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CommandLineTool.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,10 @@ $graph:
813813
"_type": "@vocab"
814814
- name: dockerPull
815815
type: string?
816-
doc: "Specify a Docker image to retrieve using `docker pull`."
816+
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`
817820
- name: dockerLoad
818821
type: string?
819822
doc: "Specify a HTTP URL from which to download a Docker image using `docker load`."

0 commit comments

Comments
 (0)