Live data from Hacker News

Viewing profile — ayufan

ayufan

HN member
Joined
Tue, Feb 23, 2016, 10:54 AM UTC
HN karma
21
Public activity
20 items

About ayufan

CI Lead at GitLab, author of GitLab Runner, GitLab Pages and GitLab Container Registry integration

Recent public activity

  1. comment
    Comment #16217721

    Ok. So most of these problems are related to Runner and Docker Containers for builds: 1. You can make Runner to not create cache containers with Advanced Settings and `disable_cach…

  2. comment
    Comment #16216235

    Could you point to problems and ideally issues that you are facing? Kamil, GitLab CI/CD Lead

  3. comment
    Comment #16214942

    Thanks. We are aware of this issue, and we even know what is causing that, we also have ideas how to fix that. The plan is to release a fix with 10.5: https://gitlab.com/gitlab-org…

  4. comment
    Comment #13934861

    Hi janciska, Thanks for writing that comment and making us aware of that case. I'm very sorry that it did that long to get reviewed and merged. The number of issues and merge reque…

  5. comment
    Comment #13244905

    Hi maktouch, 1. Since the review apps is tied with a branch, as soon as branch is deleted the review app is stopped. This actually happening in above video. At the end you see the …

  6. comment
    Comment #11759016

    Currently not. The limitations can be found here: http://docs.gitlab.com/ce/container_registry/README.html#lim... . We plan to improve that in one of upcoming releases.

  7. comment
    Comment #11756119

    The Container Registry is available on our free GitLab.com.

  8. comment
    Comment #11756113

    The biggest plus of using integrated registry is that you have integrated authentication and authorization of GitLab that follow your groups and members assigned to your GitLab pro…

  9. comment
    Comment #11755632

    We are thinking big. The integrated Container Registry is part of our plan. We will soon have an integrated deployments with easy to access environments. We also plan to introduce …

  10. comment
    Comment #11754353

    Thanks. We are working on bringing missing features to artifacts, so we will improve that workflow.

  11. comment
    Comment #11434131

    We are already considering that and given past experience it is a quite simple process: https://gitlab.com/gitlab-org/gitlab-ce/issues/14926 GitLab CI Lead

  12. comment
    Comment #11395933

    Thanks tobilg. We choose docker-machine, because it also manages infrastructure, so this makes it much more easier for Administrators to manage hundred of build machines. I'm think…

  13. comment
    Comment #11384482

    This was problem in the past. Since we use Docker we have fairly good separation of builds. You are not able to fetch someone other source unless you find or use linux kernel explo…

  14. comment
    Comment #11384142

    Currently Shared Runners offer only Linux-based builds. We can introduce extensions to that offering at some point. The Linux-based Shared Runners are free for everyone, including …

  15. comment
    Comment #11383971

    Exactly. The image specified during registration is the default one. You can override the image globally in .gitlab-ci.yml or on per-job basis. Full flexibility here :)

  16. comment
    Comment #11308006

    I understand your reasoning. At this point it doesn't make sense to introduce support for another clustering manager. The GitLab Runner does support docker-machine (you can pretty …

  17. comment
    Comment #11307767

    You shouldn't be. Executing builds on Kubernetes is not the same as deploying an application :) We will solve that need with plugins :) GitLab CI Lead

  18. comment
    Comment #11167911

    You may be interested in this example of Python application (django): http://doc.gitlab.com/ce/ci/examples/test-and-deploy-python-...

  19. comment
    Comment #11167896

    Previously we had problems with usernames/groups that had upper case letters. The recent improvements (8.5) fixes all these problems. Please try it now :)

  20. comment
    Comment #11157988

    Yes. Sure. Instead of adding the CNAME you need to add an A record. You can get the IP address with dig: $ dig a myuser.gitlab.io Then configure your domain to point to that IP add…