Skip to content

Commit 5554ad4

Browse files
author
Kamal Nasser
committed
apps: deployment components: add source_image_digest
1 parent 33a242d commit 5554ad4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

specification/resources/apps/models/apps_deployment_job.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ properties:
44
type: string
55
example: migrate-db
66
source_commit_hash:
7-
title: The commit hash of the repository that was used to build this job
7+
title: The commit hash of the repository that was used to build this job if a Git source was used
88
type: string
99
example: 54d4a727f457231062439895000d45437c7bb405
10+
source_image_digest:
11+
title: The digest of the container image that was used for this job if an Image source was used
12+
type: string
13+
example: sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
1014
type: object

specification/resources/apps/models/apps_deployment_service.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ properties:
44
type: string
55
example: web
66
source_commit_hash:
7-
title: The commit hash of the repository that was used to build this service
7+
title: The commit hash of the repository that was used to build this service if a Git source was used
88
type: string
99
example: 54d4a727f457231062439895000d45437c7bb405
10+
source_image_digest:
11+
title: The digest of the container image that was used for this service if an Image source was used
12+
type: string
13+
example: sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
1014
type: object

specification/resources/apps/models/apps_deployment_worker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ properties:
44
type: string
55
example: queue-runner
66
source_commit_hash:
7-
title: The commit hash of the repository that was used to build this worker
7+
title: The commit hash of the repository that was used to build this worker if a Git source was used
88
type: string
99
example: 54d4a727f457231062439895000d45437c7bb405
10+
source_image_digest:
11+
title: The digest of the container image that was used for this worker if an Image source was used
12+
type: string
13+
example: sha256:0285555a44f1a279ea91428ebb7ec27d2110f623739838837b070611060cd992
1014
type: object

0 commit comments

Comments
 (0)