<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/docker, branch docs-patch-71</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Docs DOCKER_AUTH_CONFIG not available for k8s</title>
<updated>2019-08-20T07:02:30+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-08-20T07:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=41e6c51613fc2bb97c22185cb5a231e0b6a7a38e'/>
<id>41e6c51613fc2bb97c22185cb5a231e0b6a7a38e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update DinD example for 19.03</title>
<updated>2019-08-06T16:08:01+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-07-23T12:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=283a289a69e1fcca0fd0f755c1db5ba272209636'/>
<id>283a289a69e1fcca0fd0f755c1db5ba272209636</id>
<content type='text'>
Docker 19.03 enables TLS by default:

```
Starting in 18.09+, the dind variants of this image will automatically
generate TLS certificates in the directory specified by the
DOCKER_TLS_CERTDIR environment variable.

Warning: in 18.09, this behavior is disabled by default (for
compatibility). If you use --network=host, shared network namespaces (as
in Kubernetes pods), or otherwise have network access to the container
(including containers started within the dind instance via their gateway
interface), this is a potential security issue (which can lead to access
to the host system, for example). It is recommended to enable TLS by
setting the variable to an appropriate value (-e
DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is
enabled by default.
```

Update the example to use docker over TLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docker 19.03 enables TLS by default:

```
Starting in 18.09+, the dind variants of this image will automatically
generate TLS certificates in the directory specified by the
DOCKER_TLS_CERTDIR environment variable.

Warning: in 18.09, this behavior is disabled by default (for
compatibility). If you use --network=host, shared network namespaces (as
in Kubernetes pods), or otherwise have network access to the container
(including containers started within the dind instance via their gateway
interface), this is a potential security issue (which can lead to access
to the host system, for example). It is recommended to enable TLS by
setting the variable to an appropriate value (-e
DOCKER_TLS_CERTDIR=/certs or similar). In 19.03+, this behavior is
enabled by default.
```

Update the example to use docker over TLS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace in ci docs</title>
<updated>2019-08-01T02:29:16+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-08-01T02:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a696695f31a2df748eed0b9cf9454a6046fdc71e'/>
<id>a696695f31a2df748eed0b9cf9454a6046fdc71e</id>
<content type='text'>
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for most docs in
/ci, and cleans up other minor whitespace issues too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for most docs in
/ci, and cleans up other minor whitespace issues too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docker title for docker-in-docker workflow</title>
<updated>2019-07-30T08:31:58+00:00</updated>
<author>
<name>Steve Azzopardi</name>
<email>sazzopardi@gitlab.com</email>
</author>
<published>2019-07-30T08:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a98f3de66eafd78f2769a848aa565612a5bbc337'/>
<id>a98f3de66eafd78f2769a848aa565612a5bbc337</id>
<content type='text'>
`docker-in-docker` is a workflow not an specific executor. It uses the
[Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`docker-in-docker` is a workflow not an specific executor. It uses the
[Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
</pre>
</div>
</content>
</entry>
<entry>
<title>Cross link to kaniko docs</title>
<updated>2019-07-24T12:25:43+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-24T12:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=047a77c990293c0451858ffabcbd8e46bb50d9c7'/>
<id>047a77c990293c0451858ffabcbd8e46bb50d9c7</id>
<content type='text'>
Also make security warning more visible and
improves instructions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also make security warning more visible and
improves instructions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-72' into 'master'</title>
<updated>2019-07-17T06:39:24+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-17T06:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c1d370c904b0f6a0b6ebb27ebc3a5df7b693c4bb'/>
<id>c1d370c904b0f6a0b6ebb27ebc3a5df7b693c4bb</id>
<content type='text'>
fix docs typo: register runner with services

See merge request gitlab-org/gitlab-ce!30769</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix docs typo: register runner with services

See merge request gitlab-org/gitlab-ce!30769</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-default-docs' into 'master'</title>
<updated>2019-07-16T06:24:32+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-16T06:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2cefaaa24fc362f9f4e71f0e4c77a3e50685f5dc'/>
<id>2cefaaa24fc362f9f4e71f0e4c77a3e50685f5dc</id>
<content type='text'>
Add usage of `default:`

Closes #63351

See merge request gitlab-org/gitlab-ce!30677</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add usage of `default:`

Closes #63351

See merge request gitlab-org/gitlab-ce!30677</pre>
</div>
</content>
</entry>
<entry>
<title>fix `register runner with services`</title>
<updated>2019-07-16T03:25:15+00:00</updated>
<author>
<name>Woko</name>
<email>banbooliu@gmail.com</email>
</author>
<published>2019-07-16T03:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2a442ae7a89d5c6a683903043a171d40aed2dcb0'/>
<id>2a442ae7a89d5c6a683903043a171d40aed2dcb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add usage of `default:`</title>
<updated>2019-07-15T19:30:05+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-07-12T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=feae50ffdf35fb1362055af9d9f3d457693ca6ba'/>
<id>feae50ffdf35fb1362055af9d9f3d457693ca6ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong placement of "variables:" statement in yml file.</title>
<updated>2019-07-15T06:14:51+00:00</updated>
<author>
<name>Thad Guidry</name>
<email>thadguidry@gmail.com</email>
</author>
<published>2019-07-15T06:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5bef1dc841c5357f5f2900fa9c7895f8b6f48add'/>
<id>5bef1dc841c5357f5f2900fa9c7895f8b6f48add</id>
<content type='text'>
Verified snippet works with 11.10.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verified snippet works with 11.10.1
</pre>
</div>
</content>
</entry>
</feed>
