docker-run-action icon indicating copy to clipboard operation
docker-run-action copied to clipboard

`Dockerfile` image too old

Open dlucredativ opened this issue 4 months ago • 2 comments

Docker version 29.0.0 cannot host a client FROM docker:20.10:

Minimum supported API version is 1.44, please upgrade your client to a newer version.

dlucredativ avatar Nov 12 '25 11:11 dlucredativ

Because this repo seems unmaintained, I switched to maus007/docker-run-action-fork, which seems to work. I'd be happier to continue to use this original, but I couldn't wait.

DennisGentry-Zoetis avatar Dec 03 '25 23:12 DennisGentry-Zoetis

fork, change docker:20.10 in the Dockerfile to docker:29.

wmbin avatar Dec 29 '25 06:12 wmbin

Because this repo seems unmaintained, I switched to maus007/docker-run-action-fork, which seems to work. I'd be happier to continue to use this original, but I couldn't wait.

When doing to, make sure to pin the version to a hashed version. eg: uses: maus007/docker-run-action-fork@5ddaad0f7eedd03f64e412b1931852bd3031b273

underdarknl avatar Feb 13 '26 12:02 underdarknl

With the fork, we get sh: syntax error: unexpected ";;" and nothing works. What are we missing?

prabhu avatar Feb 13 '26 14:02 prabhu

this just occurred to me today so its still not fixed

codethinki avatar Feb 15 '26 14:02 codethinki

Because this repo seems unmaintained, I switched to maus007/docker-run-action-fork, which seems to work. I'd be happier to continue to use this original, but I couldn't wait.

When doing to, make sure to pin the version to a hashed version. eg: uses: maus007/docker-run-action-fork@5ddaad0f7eedd03f64e412b1931852bd3031b273

Not work!

finally, use docker run for easy use. https://github.com/laoshanxi/app-mesh/commit/0b719c69c31306de6389b9051920d34acdacbd0a

laoshanxi avatar Feb 16 '26 01:02 laoshanxi

Not work!

finally, use docker run for easy use. laoshanxi/app-mesh@0b719c6

? yes it does work

codethinki avatar Feb 16 '26 06:02 codethinki

this broken take complex, you can choose docker run cli for easy use.

laoshanxi avatar Feb 17 '26 03:02 laoshanxi

Seems, this project is abandoned :(

I created new action: https://github.com/marketplace/actions/docker-run-command

vjik avatar Feb 18 '26 12:02 vjik

fixed version. uses alpine:edge https://github.com/my-garbage-stuff/docker-run-action

sulincix avatar Feb 23 '26 13:02 sulincix