Tom Denley
Tom Denley
I think 2.20.34 was only partially released, which is a different issue to this one. I raised https://github.com/aws/aws-sdk-java-v2/issues/3866
> What runtime is your worker using? containerd or guardian? we are using containerd.
> might be a misuse on our part of the container labels feature from containerd I agree it seems unlikely that the labels were not intended to be anything more...
yep, it is there now. Any idea why there was such a delay between the release and the artifact appearing?
Thanks, I'll let you know if it happens again (I recall it happening one other time in the past)
I can confirm that this bug still exists. I can also confirm that although it _says_ that it is using the wrong identifier, it is actually building using the correct...
I guess this is the closest thing we have to documentation for the API: https://github.com/concourse/concourse/blob/master/atc/routes.go#L106
Here is a bearer token request using curl ```sh curl -v \ -X POST \ -H 'Content-Type: application/x-www-form-urlencoded' \ --user 'fly:Zmx5' \ --data-urlencode 'username=foo' \ --data-urlencode 'password=bar' \ --data-urlencode 'grant_type=password'...
@BlacktoBlue @predatorian3 You should ask these questions of @StevenArmstrong, as my curl is little more than a re-work of his python example. As far as I understand it, the ''fly',...
> > Here is a bearer token request using curl > > ```shell > > curl -v \ > > -X POST \ > > -H 'Content-Type: application/x-www-form-urlencoded' \ >...