aws-cli-docker icon indicating copy to clipboard operation
aws-cli-docker copied to clipboard

[Gitlab CI] [Latest image 1.16.173]

Open Terminator637 opened this issue 5 years ago • 3 comments

The latest image 1.16.173 at the moment gives an error in gitlab ci.

ERROR: Job failed (system failure): unable to upgrade connection: container not found ("build")

The image with tag 1.16.144 works fine now. Found the same issue at another repo with docker image https://github.com/GoogleContainerTools/kaniko/issues/430#issuecomment-435979890

Terminator637 avatar Jun 07 '19 09:06 Terminator637

Curious... does the 1.16.170 image work for you? I started pushing multi-arch images with the 1.16.171 release, but not sure why that would be breaking anything. What version of the Docker engine are you running?

mikesir87 avatar Jun 07 '19 14:06 mikesir87

The image does have the sh shell in it (I did verify), so it doesn't seem to be the same issue as what you've linked to. Interesting that this shows up at the same time as #10 (which also started since multi-arch image support).

mikesir87 avatar Jun 07 '19 14:06 mikesir87

@mikesir87

does the 1.16.170 image work for you?

Yes, it works.

What version of the Docker engine are you running?

Docker version 17.03.2-ce, build f5ec1e2.

Terminator637 avatar Jun 08 '19 10:06 Terminator637