Jeremy Shapiro

Results 5 comments of Jeremy Shapiro

@EugenMayer I've been messing around with this too. It looks like the digest that you return as a header from: `get v2//manifests/` is the wrong digest. Instead, if you docker...

@lorenzvth7 and @EugenMayer, I ended up writing an interactive script for the process I mentioned above and will share it soon and post back here, maybe it'll be useful for...

Thanks for the clarification about sending the header! I'll try that out. It sounds like you likely have an older version of that image that would be untagged now since...

did you check the output of the `--dry-run` of garbage collection? @EugenMayer here is the script I wrote to actually "garbage collect" https://github.com/jshapiro26/registry-tools/blob/master/clean_docker_registry.rb It's a bit of a hassle as...

@zoobab What image tag of registry are you using? I am using registry:2.4.1 and have never ran into the issue you're referring to. Also, do you run the garbage collection...