Skip to content

[PoC]Enforce project size limits on docker registry

Alessio Caiazza requested to merge check-size-registry into master

What does this MR do?

This is a PoC showing how to enforce project size limits on docker registry.

$ docker push 127.0.0.1:5000/work/limits/alpine:3.8
The push refers to repository [127.0.0.1:5000/work/limits/alpine]
df64d3292fd6: Preparing
denied: The size of this repository (2 MB) exceeds the limit of 1 MB by 990 KB. You won't be able to push new code to this project. Please contact your GitLab administrator for more information.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Alessio Caiazza

Merge request reports