Adam Ever-Hadani

Results 16 comments of Adam Ever-Hadani

With the risk of getting ahead of myself, I looked around the docker_registry code. Inside https://github.com/docker/docker-registry/blob/master/docker_registry/index.py, there's a generate_headers function which seem to generate the WWW-Authenticate: Token ... stuff. If...

Thanks for replies, going to try these suggestions now and report back with findings

OK, so got it to work using some combination of the feedback provided here. I'm gonna report my steps and some points of interest in the hope this helps other...

@SmileyChris upon testing this further It looks like this is not quite doing what I'd like which is to _force_ regeneration even if thumbnail already exists for image (mostly solving...

@SmileyChris - Ended up introducing a 'force' flag that can be passed in to generate_all_aliases / get_thumbnail, this is pretty useful for me, interested to hear your thoughts / any...