<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									gitlab - how to use custom, own build images locally? - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/gitlab-how-to-use-custom-own-build-images-locally/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 19 Apr 2026 20:20:04 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: gitlab - how to use custom, own build images locally?</title>
                        <link>https://muszak.eu/community/bugoverflow/gitlab-how-to-use-custom-own-build-images-locally/#post-545</link>
                        <pubDate>Tue, 16 May 2017 00:05:27 +0000</pubDate>
                        <description><![CDATA[nano /etc/gitlab-runner/config.toml
and add, pull_policy = &#8221;if-not-present&#8221;



1
2
3
4
5
6
7
8
9
10
11
12
13
&#091;&#091;runners&#093;&#093;
&nbsp; name = &quot;podstawowy&quot;
...]]></description>
                        <content:encoded><![CDATA[<p>nano /etc/gitlab-runner/config.toml</p>
<p>and add, pull_policy = &#8221;if-not-present&#8221;</p>

<div class="bwp-syntax-block clearfix">
<div class="bwp-syntax-toolbar"><div class="bwp-syntax-control"><a href=";" class="bwp-syntax-source-switch" title="View Source Code"></a></div></div>
<div class="bwp-syntax-wrapper clearfix bwp-syntax-simple"><table class="bash"><tbody><tr class="li1"><td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="de1"><pre class="de1"><span class="br0">&#091;</span><span class="br0">&#091;</span>runners<span class="br0">&#093;</span><span class="br0">&#093;</span>
&nbsp; name = <span class="co3">&quot;</span>podstawowy<span class="co3">&quot;</span>
&nbsp; url = <span class="co3">&quot;</span>http:<span class="sy0">//</span>gitlab.my.host.com<span class="co3">&quot;</span>
&nbsp; token = <span class="co3">&quot;</span>token12312312312321321<span class="co3">&quot;</span>
&nbsp; executor = <span class="co3">&quot;</span>docker<span class="co3">&quot;</span>
&nbsp; <span class="br0">&#091;</span>runners.docker<span class="br0">&#093;</span>
&nbsp; &nbsp; pull_policy = <span class="co3">&quot;</span>if-not-present<span class="co3">&quot;</span> &nbsp;
&nbsp; &nbsp; tls_verify = <span class="kw2">false</span>
&nbsp; &nbsp; image = <span class="co3">&quot;</span>ruby:<span class="nu0">2.1</span><span class="co3">&quot;</span>
&nbsp; &nbsp; privileged = <span class="kw2">false</span>
&nbsp; &nbsp; disable_cache = <span class="kw2">false</span>
&nbsp; &nbsp; volumes = <span class="br0">&#091;</span><span class="co3">&quot;</span><span class="sy0">/</span>cache<span class="co3">&quot;</span><span class="br0">&#093;</span>
&nbsp; <span class="br0">&#091;</span>runners.cache<span class="br0">&#093;</span></pre></td></tr></tbody></table></div>
<div class="bwp-syntax-source"><pre class="no-parse">[]
  name = "podstawowy"
  url = "http://gitlab.my.host.com"
  token = "token12312312312321321"
  executor = "docker"
  
    pull_policy = "if-not-present"  
    tls_verify = false
    image = "ruby:2.1"
    privileged = false
    disable_cache = false
    volumes = 
  </pre></div></div>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/gitlab-how-to-use-custom-own-build-images-locally/#post-545</guid>
                    </item>
				                    <item>
                        <title>gitlab - how to use custom, own build images locally?</title>
                        <link>https://muszak.eu/community/bugoverflow/gitlab-how-to-use-custom-own-build-images-locally/#post-544</link>
                        <pubDate>Tue, 16 May 2017 00:04:14 +0000</pubDate>
                        <description><![CDATA[error: ERROR: Job failed: Error response from daemon: repository zwg not found: does not exist or no pull access]]></description>
                        <content:encoded><![CDATA[error: ERROR: Job failed: Error response from daemon: repository zwg not found: does not exist or no pull access]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/gitlab-how-to-use-custom-own-build-images-locally/#post-544</guid>
                    </item>
							        </channel>
        </rss>
		