Set DOCKER_API_VERSION=1.44 for conformance tests #317
Travis CI / Travis CI - Pull Request
succeeded
Jan 29, 2026 in 27m 14s
Build Passed
The build passed. This is a change from the previous build, which errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #317 Set DOCKER_API_VERSION=1.44 for conformance tests.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Go | OS | State |
|---|---|---|---|
| 1.23.12 | Linux | passed | |
| 1.23.12 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Go |
| Operating System | Linux (Noble) |
| Go Version | 1.23.12 |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "noble",
"arch": [
"amd64",
"arm64"
],
"services": [
"docker"
],
"go": [
"1.23.12"
],
"before_install": [
"docker pull mirror.gcr.io/alpine",
"docker pull mirror.gcr.io/busybox",
"docker pull public.ecr.aws/docker/library/centos:7",
"docker pull mirror.gcr.io/debian",
"docker pull registry.fedoraproject.org/fedora-minimal",
"docker pull registry.fedoraproject.org/fedora-minimal:42-x86_64",
"docker pull registry.fedoraproject.org/fedora-minimal:42-aarch64",
"docker pull mirror.gcr.io/golang:1.24",
"chmod -R go-w ./dockerclient/testdata"
],
"script": [
"make build",
"make test",
"travis_wait 45 make test-conformance DOCKER_API_VERSION=1.44"
]
}
Loading