Skip to content

Commit

Permalink
Bump echo-server
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 18, 2025
1 parent 6d77ec1 commit 05530f6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ class TestConstants {
static TestConstants CONSTANTS = new TestConstants()

TestConstants() {
// docker inspect --format "{{ json .Created }}, Id: {{ json .Id }}, Digests: {{ json .RepoDigests }}" gesellix/echo-server:2024-09-15T19-35-00
// docker inspect --format "{{ json .Created }}, Id: {{ json .Id }}, Digests: {{ json .RepoDigests }}" gesellix/echo-server:2024-12-22T16-35-00
if (LocalDocker.isNativeWindows()) {
imageDigest = "gesellix/echo-server@sha256:de454e47bcd8ff5247545ce3c886c0af93be127b771fcd3bfc3651744252e335"
imageId = "sha256:662e836a255b25d8c9060c325953027a5296ab8bf689794467361449ead0d1b8"
imageCreated = 1726421760
volumeTarget = "C:/my-volume"
} else {
imageDigest = "gesellix/echo-server@sha256:de454e47bcd8ff5247545ce3c886c0af93be127b771fcd3bfc3651744252e335"
imageDigest = "gesellix/echo-server@sha256:858ee92497d76c3bf16e263208eb370af5ae016e2c93f039efdf82ca98672a91"
// this one works on GitHub
imageId = "sha256:eba6f6644b5255fc5b6ab4dcd4b63495ae2d438723e7da4795ed52dc6d06856d"
imageId = "sha256:029d500cd942b1824f9cc060b80c0b67b10d260101abb469e9c90e21941815b9"
// this one works for containerd
// imageId = "sha256:de454e47bcd8ff5247545ce3c886c0af93be127b771fcd3bfc3651744252e335"
imageCreated = 1726421659
volumeTarget = "/my-volume"
}
imageRepo = "gesellix/echo-server"
imageTag = "2024-09-15T19-35-00"
imageTag = "2024-12-22T16-35-00"
imageName = "$imageRepo:$imageTag"

versionDetails = [
Expand Down

0 comments on commit 05530f6

Please sign in to comment.