<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/docker, branch winh-notes-service-toggleResolveNote</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Centralize config for markdownlint</title>
<updated>2019-07-09T03:01:04+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-07-09T03:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=385233981aca05f5c2ac2cf68af3688539bba62e'/>
<id>385233981aca05f5c2ac2cf68af3688539bba62e</id>
<content type='text'>
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.

To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The configuration is currently only specified in CI, by moving it into
`.mdlrc` we get immediate feedback locally in supported editors.

To ensure `mdl` is available it's also added to the `Gemfile`, though
CI will still use the version installed in the `gitlab-docs-lint` image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG </title>
<updated>2019-07-04T07:24:11+00:00</updated>
<author>
<name>Alexander Tanayno</name>
<email>atanayno@gitlab.com</email>
</author>
<published>2019-07-04T07:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aed3fadb556a120ad4b4efda173c460d0af9bded'/>
<id>aed3fadb556a120ad4b4efda173c460d0af9bded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand docs on configuring jobs with private registry access</title>
<updated>2019-07-01T21:54:58+00:00</updated>
<author>
<name>Ross Vandegrift</name>
<email>ross@kallisti.us</email>
</author>
<published>2019-07-01T21:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40618fe3f9eb669b138ebe9866f6c930ad518d6f'/>
<id>40618fe3f9eb669b138ebe9866f6c930ad518d6f</id>
<content type='text'>
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://gitlab.com/gitlab-org/gitlab-runner/issues/3963
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note about Docker socket mounting</title>
<updated>2019-06-25T06:23:42+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-06-21T06:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=137e37d3e9c5369230d609a2f1553d2c65b2a747'/>
<id>137e37d3e9c5369230d609a2f1553d2c65b2a747</id>
<content type='text'>
When using `docker:dind` service and the Runner has the socket mounted
as well it will lead to the following error:

```
Failed to load listeners: can't create unix socket /var/run/docker.sock:
device or resource busy
```

reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using `docker:dind` service and the Runner has the socket mounted
as well it will lead to the following error:

```
Failed to load listeners: can't create unix socket /var/run/docker.sock:
device or resource busy
```

reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Markdown linting</title>
<updated>2019-06-25T04:34:55+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-25T04:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e128239340010401b4e7fd391686dcc48c42fff0'/>
<id>e128239340010401b4e7fd391686dcc48c42fff0</id>
<content type='text'>
Also adds and one linting rule
and makes project conform to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds and one linting rule
and makes project conform to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-28' into 'master'</title>
<updated>2019-06-20T23:37:44+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-20T23:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4aedbd18f08269b17812c86213d50b2e63612863'/>
<id>4aedbd18f08269b17812c86213d50b2e63612863</id>
<content type='text'>
using_docker_images.md: fix config.json path

See merge request gitlab-org/gitlab-ce!29791</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using_docker_images.md: fix config.json path

See merge request gitlab-org/gitlab-ce!29791</pre>
</div>
</content>
</entry>
<entry>
<title>Https many links in docs</title>
<updated>2019-06-18T12:23:07+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-06-18T12:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef95359362e3235f5453f340588a6e1b6764733c'/>
<id>ef95359362e3235f5453f340588a6e1b6764733c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using_docker_images.md: fix config.json path</title>
<updated>2019-06-18T10:41:08+00:00</updated>
<author>
<name>Per Lundberg</name>
<email>per.lundberg@hibox.tv</email>
</author>
<published>2019-06-18T10:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=030059ba9f8582a8f3622c5abd47a38c5d87d693'/>
<id>030059ba9f8582a8f3622c5abd47a38c5d87d693</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs for Gitlab Runner docker use of private registries</title>
<updated>2019-06-12T03:41:01+00:00</updated>
<author>
<name>Andrei Burd</name>
<email>burdandrei@gmail.com</email>
</author>
<published>2019-06-12T03:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=799b9877754cd05eb3cbb8f952a70b20c00422ae'/>
<id>799b9877754cd05eb3cbb8f952a70b20c00422ae</id>
<content type='text'>
Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed markdown link in Docker compose note</title>
<updated>2019-06-11T18:40:54+00:00</updated>
<author>
<name>Danial Khoshkhou</name>
<email>danial.khoshkhou@gmail.com</email>
</author>
<published>2019-06-11T18:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5a84b279cd2d587b189d7b5ec59af3513662df6'/>
<id>e5a84b279cd2d587b189d7b5ec59af3513662df6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
