<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>GitLab on SETE</title>
    <link>/tags/gitlab/</link>
    <description>Recent content in GitLab on SETE</description>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Sun, 19 Jan 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/gitlab/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Powershell &#43; Gitlab</title>
      <link>/posts/powershell-gitlab/</link>
      <pubDate>Sun, 19 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/posts/powershell-gitlab/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;Originally published on &lt;a href=&#34;https://www.linkedin.com/pulse/powershell-gitlab-gerhard-sulzberger&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;LinkedIn&lt;/a&gt; on 2020-01-19.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;In my last article I wrote about Powershell DevOps pipeline and that I would like to use gitlab-ce for that project. So today I combined some things that I&amp;rsquo;m interessted in, at my homelab. Lets spawn gitlab-ce with podman in a Centos 8.1 VM.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[administrator@podnode01 ~]$ sudo podman run --detach --hostname gitlab.test.vm --env GITLAB_OMNIBUS_CONFIG=&amp;#34;external_url &amp;#39;http://gitlab.test.vm/&amp;#39;&amp;#34;   --publish 443:443 --publish 80:80 --publish 222:22 --name gitlab gitlab/gitlab-ce:latest&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Here we go. I create a git project on my local machine and pushed the repository to the gitlab-ce instance.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
