Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump echo-server #796

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading