aws-cli-docker
aws-cli-docker copied to clipboard
[Gitlab CI] [Latest image 1.16.173]
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
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?
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
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.