You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be convenient to be able to provide a short container ID when using the dockerid query param with the /tasks endpoint of the agent introspection API. Currently, it seems only full container IDs are supported.
When accessing the introspection API from within a container to get information about that container, we are hitting the /tasks endpoint and finding the relevant task where the DockerId starts with the value of the container's HOSTNAME. The HOSTNAME is the short container ID. If we could provide the value of the HOSTNAME as the dockerid we wouldn't need to sift through all of the tasks running on the container instance.
The text was updated successfully, but these errors were encountered:
@mhurne We do have an updated AMI with agent version v1.14.2 but we discovered a deadlock #833 which was addressed with #836 and we plan to publish new AMIs as soon as possible.
It'd be convenient to be able to provide a short container ID when using the
dockerid
query param with the/tasks
endpoint of the agent introspection API. Currently, it seems only full container IDs are supported.When accessing the introspection API from within a container to get information about that container, we are hitting the
/tasks
endpoint and finding the relevant task where theDockerId
starts with the value of the container'sHOSTNAME
. TheHOSTNAME
is the short container ID. If we could provide the value of theHOSTNAME
as thedockerid
we wouldn't need to sift through all of the tasks running on the container instance.The text was updated successfully, but these errors were encountered: