Skip to content

Commit 8035ff9

Browse files
committed
add more details to comment about digests
1 parent 593048a commit 8035ff9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/integration/runner

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,11 @@ if __name__ == "__main__":
430430
else:
431431
logging.info("Unknown image %s", image)
432432

433-
# Get the correct image tags for the current branch.
434-
# If the files an image depends on have been changed,
435-
# the tag will not exist until CI job has been run.
433+
# Get the image tags that CICD generates for the current branch.
434+
# These tags will be used to populate unspecified arguments (--docker-image-version, --docker-compose-images-tags)
435+
# If the files an image depends on have been changed, the tag will not exist until CI job has been run.
436+
# These files change rarely, so it is usually safe to assume the tags exist.
437+
436438
docker_digester = DockerDigester()
437439
imagename_digest_dict = (
438440
docker_digester.get_all_digests()

0 commit comments

Comments
 (0)