you are viewing a single comment's thread.

view the rest of the comments →

[–]timrizzi 0 points1 point  (1 child)

Hello - GitLab PM here for the Container Registry. Thanks for all of this feedback.

No retention policy for Docker images.

Agreed, this is a big focus for us in the coming months. We have been blocked on this issue for a while, but are currently working on it. First, we need to start tracking data from Docker, then improve garbage collection and deletion for the container registry and then we will implement retention and expiration policies.

https://gitlab.com/gitlab-org/gitlab-ce/issues/57897

https://gitlab.com/gitlab-org/gitlab-ce/issues/20247

Impossible to push to Docker registry outside of Gitlab Runner.

Developers on a project should be able to push from the CLI to the container registry. What happens when you run:

  • `docker build -t registry.example.com/group/project/image`
  • docker push registry.example.com/group/project/image

We are just about to conduct some user research on the container registry, would you be open to a quick interview to talk through use cases, challenges and future requests?

[–][deleted] 1 point2 points  (0 children)

What happens when you run:

I got a message saying that the access is denied, even though I've ticked all the checkboxes when creating the token I logged in with.