Skip to content

Update base image to docker:29.2.1 to fix API compatibility with modern runners#64

Open
Baardrw wants to merge 2 commits intoaddnab:mainfrom
Baardrw:main
Open

Update base image to docker:29.2.1 to fix API compatibility with modern runners#64
Baardrw wants to merge 2 commits intoaddnab:mainfrom
Baardrw:main

Conversation

@Baardrw
Copy link

@Baardrw Baardrw commented Feb 13, 2026

Docker engine 20.10 is no longer compatible with the ubuntu-latest github hosted runners

@rickycheers
Copy link

For discoverability. If your Github workflow uses addnab/docker-run-action@v3 and is failing with the error below, this is why.

Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
docker: Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version.
See 'docker run --help'.

@davidhalter
Copy link

Just in case somebody is interested, the change itself seems to break something else for me. I have tried @Baardrw 's fix, but this is what I get:

Run Baardrw/docker-run-action@034f7d8a046305809c512a9aaf8d4f2258087948
/usr/bin/docker run --name ddcdb75b4e718a22b94d9db75d763f4491ec05_2c819b --label ddcdb7 --workdir /github/workspace --rm -e "DEPLOY_DIR" -e "DEFAULT_ARCH" -e "CACHE_ON_FAILURE" -e "CARGO_INCREMENTAL" -e "CARGO_TERM_COLOR" -e "INPUT_IMAGE" -e "INPUT_OPTIONS" -e "INPUT_RUN" -e "INPUT_SHELL" -e "INPUT_REGISTRY" -e "INPUT_USERNAME" -e "INPUT_PASSWORD" -e "INPUT_DOCKER_NETWORK" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_ID_TOKEN_REQUEST_URL" -e "ACTIONS_ID_TOKEN_REQUEST_TOKEN" -e "ACTIONS_RESULTS_URL" -e "ACTIONS_ORCHESTRATION_ID" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp":"/github/runner_temp" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/zuban/zuban":"/github/workspace" ddcdb7:5b4e718a22b94d9db75d763f4491ec05
Unable to find image 'python:3.11-slim-trixie' locally
3.11-slim-trixie: Pulling from library/python
[..]
Digest: sha256:0b23cfb7425d065008b778022a17b1551c82f8b4866ee5a7a200084b7e2eafbf
Status: Downloaded newer image for python:3.11-slim-trixie
sh: 1: Syntax error: ";" unexpected

Any ideas appreciated. This might also be related to my action, but it's very simple and there are is no semicolon (;) within that action definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants