<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/ci/docker, branch docs/pages-admin</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>Rename builds to jobs in docs</title>
<updated>2017-02-15T11:12:35+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-02-13T16:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a084437b5c1b7226ce64e74bab1972bb1dbd49e0'/>
<id>a084437b5c1b7226ce64e74bab1972bb1dbd49e0</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the need to use a PAT with Registry when 2FA is on</title>
<updated>2016-12-01T13:24:12+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-12-01T13:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c345edcb7fe7f1daf3687bf7835ef82b54a48c7f'/>
<id>c345edcb7fe7f1daf3687bf7835ef82b54a48c7f</id>
<content type='text'>
GitLab 8.12 introduced a new permissions model which tightened the
security of Container Registry. It is now required to use a personal
token if 2FA is enabled.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitLab 8.12 introduced a new permissions model which tightened the
security of Container Registry. It is now required to use a personal
token if 2FA is enabled.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the usage of the Docker OverlayFS driver</title>
<updated>2016-11-08T17:05:10+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-11-08T17:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd7339a99697b0d539870442652f41f96ed9cfdf'/>
<id>cd7339a99697b0d539870442652f41f96ed9cfdf</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Change a bunch of doc links to either relative or https://docs.gitlab.com.</title>
<updated>2016-11-03T21:11:51+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-10-23T22:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8a998b632ad9abbc31d6da1678eef9c0cefb1ad2'/>
<id>8a998b632ad9abbc31d6da1678eef9c0cefb1ad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-4' into 'master'</title>
<updated>2016-10-31T08:56:37+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2016-10-31T08:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=696f09c7bf15c090c46a7d9abe14e0c769576db2'/>
<id>696f09c7bf15c090c46a7d9abe14e0c769576db2</id>
<content type='text'>

Improve docs on `gitlab-ci-token` user

See merge request !6002</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Improve docs on `gitlab-ci-token` user

See merge request !6002</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-3' into 'master'</title>
<updated>2016-10-22T11:42:02+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-10-22T11:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4937e2800c6405e3f9f50abec4b5b0caf03dae1'/>
<id>e4937e2800c6405e3f9f50abec4b5b0caf03dae1</id>
<content type='text'>

Fix docker.sock reference in config.toml

## What does this MR do?

`config.toml` sample did not correctly represent the `/var/run/docker.sock` mapping, causing it to be created as a volume instead.

## Why was this MR needed?

It was broken.

See merge request !5172</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix docker.sock reference in config.toml

## What does this MR do?

`config.toml` sample did not correctly represent the `/var/run/docker.sock` mapping, causing it to be created as a volume instead.

## Why was this MR needed?

It was broken.

See merge request !5172</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-6' into 'master'</title>
<updated>2016-10-21T16:48:44+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-10-21T16:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9cf5b1cc99c5c8aaa5996472ef42ad0d1708c6d8'/>
<id>9cf5b1cc99c5c8aaa5996472ef42ad0d1708c6d8</id>
<content type='text'>

Grammar fixes in docs

Some minor grammar fixes in a page in the docs

See merge request !6645</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Grammar fixes in docs

Some minor grammar fixes in a page in the docs

See merge request !6645</pre>
</div>
</content>
</entry>
<entry>
<title>Fix small typo in using_docker_images.md, file is called `build_script` (using underscore)</title>
<updated>2016-10-03T19:02:15+00:00</updated>
<author>
<name>Sander Dalemans</name>
<email>s.dalemans@gmail.com</email>
</author>
<published>2016-10-03T19:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6cef1337dd30b35b1334debe61303fc60aa39b6'/>
<id>f6cef1337dd30b35b1334debe61303fc60aa39b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar fixes in docs</title>
<updated>2016-10-03T01:11:50+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2016-10-03T01:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c920aad3ee82900c11f240f913abcd2caa0a3353'/>
<id>c920aad3ee82900c11f240f913abcd2caa0a3353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve docs on gitlab-ci-token user</title>
<updated>2016-09-21T10:49:22+00:00</updated>
<author>
<name>Ben Bodenmiller</name>
<email>bbodenmiller@hotmail.com</email>
</author>
<published>2016-09-21T10:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eecb52e14585638b8538cfbbdef10283eeda94e4'/>
<id>eecb52e14585638b8538cfbbdef10283eeda94e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
