Viewing profile — ayufan
ayufan
HN member- Joined
- Tue, Feb 23, 2016, 10:54 AM UTC
- HN karma
- 21
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About ayufan
Recent public activity
-
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…
-
comment
Comment #16216235
Could you point to problems and ideally issues that you are facing? Kamil, GitLab CI/CD Lead
-
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…
-
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…
-
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 …
-
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.
-
comment
Comment #11756119
The Container Registry is available on our free GitLab.com.
-
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…
-
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 …
-
comment
Comment #11754353
Thanks. We are working on bringing missing features to artifacts, so we will improve that workflow.
-
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
-
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…
-
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…
-
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 …
-
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 :)
-
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 …
-
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
-
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-...
-
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 :)
-
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…