Sajay Antony

Results 153 comments of Sajay Antony

@jomeier - We actually split it similarly. This is primarily for things like network isolation. Prod doesn't share VNETs. So depends on the scenario and degree of isolation you require.

Ideally it would be good if we could just spit out the expanded yaml on the client. The issue here is that there are secrets. Overall you are hitting the...

@rajivkumarmishra - Has your team considered using labels in the docker files. For e.g. `LABEL org.opencontainers.image.authors="[email protected]"` These can be inspected in the config. You would need some tooling to inspect...

So there are potentially 2 asks here. 1. Enable an API that retrieves all tags for an image. Today you can only query the first 10 tags of an image...

@toddysm - Given that we haven't been able to get to this issue, should we close this as something we don't think that will be addressed.

/cc @jhowardmsft @aaronlehmann @shhsu @friism

@friism do you know who can help review these?

1. Can we also clarify whether ETAG is bound to the pushed manifest (down conversion of manifest from say manifest list to manifest ) will not effect ETAG? 2. Secondly...

@sargun - Just checked with ACR and it does do digest based ETAGs. I would good to describe the S3 issue on this thread. ``` ➜ curl -s -v -H...

This is a nice suggestion. - Should we consider the digest of the manifest that triggered this since for index and mutating tags this value might not be useful looking...