Skip to content

Commit 355f281

Browse files
committed
Fixed get_digest test
That particular test was returning an unexpected digest at time the test was written. A comment attest this. It is still returning a different value than the one shown in docker hub.
1 parent f724c03 commit 355f281

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/test_digest.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
(
2020
"helloysd/caddy:0.10.11",
2121
"linux/amd64",
22-
"672342e30b241ae37f442b0afdd6e744f776af3bd602c4bceaa8dcf2547841bd",
23-
# different from hub (v1 manifest)
24-
# "sha256:8a7b91584f5d0ee6211249d05ec51f026b763d3e1a87885e7d0d6968c42ad6b1",
22+
# on docker hub digest is shown as
23+
# "sha256:8a7b91584f5d0ee6211249d05ec51f026b763d3e1a87885e7d0d6968c42ad6b1"
24+
# which is the Docker-Content-Digest
25+
"sha256:148e55d6f2c3fa74bdba8f2b6870677cfcb268e5a9bebc9e5135a026f502f447",
2526
),
2627
(
2728
f"{kiwix_tools}:3.5.0-2",

0 commit comments

Comments
 (0)