Closed JGillam closed 2 years ago
I think this is resolved. Doing some more testing. It seems the docker python sdk can either return a list of image objects or a single image object (i.e. not in a list). Previously I thought it just returned a list even if it only had one item in it... which makes more sense to be, but I guess someone got tired of typing [0] when there is only one image.
Anyhow, this should be resolved shortly.
This is specific to the updates/2022-02-rollup changes to setup reverse proxy for each target.
It's a bit odd that this is happening now since it has nothing to do with the proxy configuration. This appears to be failing on docker image pull. It is possible the new DockerProvisioner (experimental) may work better for this. Probably worth a go.