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
I propose including the short hash for the deployed container in the /actors response to help validate that the correct image is deployed. In theory the org/image:tag|hash should be good enough but a common use finds container with semantic versioning schemes and so may be rebuilt several times while iterating on functionality.
I propose including the short hash for the deployed container in the
/actors
response to help validate that the correct image is deployed. In theory theorg/image:tag|hash
should be good enough but a common use finds container with semantic versioning schemes and so may be rebuilt several times while iterating on functionality.Current
Proposed
where image_id is the value from
docker images sd2e/agave-test:dev
:The text was updated successfully, but these errors were encountered: