Skip to content

Commit

Permalink
Use Docker-compatible imageId (non-containerd)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 20, 2023
1 parent a761ae4 commit 43b5bea
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ class TestConstants {
volumeTarget = "C:/my-volume"
} else {
imageDigest = "gesellix/echo-server@sha256:838c203a87cc711eb182d6f8fed10fe6894cdc70fe3dedd0dc1e6111987836b5"
imageId = "sha256:838c203a87cc711eb182d6f8fed10fe6894cdc70fe3dedd0dc1e6111987836b5"
// this one works on GitHub
imageId = "sha256:e21dc436422d70d0f586953fc7c17ea6513f832a4dff1f7c432c5a1e2d985cbd"
// this one works for containerd
// imageId = "sha256:838c203a87cc711eb182d6f8fed10fe6894cdc70fe3dedd0dc1e6111987836b5"
imageCreated = 1702975999
volumeTarget = "/my-volume"
}
Expand Down

0 comments on commit 43b5bea

Please sign in to comment.