<?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/">
  <channel>
    <title>Forem: Tomas Kral</title>
    <description>The latest articles on Forem by Tomas Kral (@tkral).</description>
    <link>https://forem.com/tkral</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F589112%2F23df03fc-6b56-46b4-927c-d4e0a2f8522f.png</url>
      <title>Forem: Tomas Kral</title>
      <link>https://forem.com/tkral</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/tkral"/>
    <language>en</language>
    <item>
      <title>podman-compose: amd64 images on Apple Silicon (arm64)</title>
      <dc:creator>Tomas Kral</dc:creator>
      <pubDate>Fri, 11 Nov 2022 12:46:39 +0000</pubDate>
      <link>https://forem.com/tkral/podman-compose-amd64-images-on-apple-silicon-arm64-3jc1</link>
      <guid>https://forem.com/tkral/podman-compose-amd64-images-on-apple-silicon-arm64-3jc1</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;podman-compose --podman-run "--platform linux/amd64" --podman-build "--platform linux/amd64" up
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>compose</category>
      <category>podman</category>
      <category>docker</category>
      <category>applesilicon</category>
    </item>
    <item>
      <title>Extract Certificate from OpenShift Router (ingress-operator)</title>
      <dc:creator>Tomas Kral</dc:creator>
      <pubDate>Wed, 03 Aug 2022 12:18:00 +0000</pubDate>
      <link>https://forem.com/tkral/extract-certificate-from-openshift-router-ingress-operator-4bi2</link>
      <guid>https://forem.com/tkral/extract-certificate-from-openshift-router-ingress-operator-4bi2</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;oc -n openshift-ingress-operator get secret router-ca  -o jsonpath='{.data.tls\.crt}' | base64 -d &amp;gt; ca.crt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>crc</category>
      <category>openshift</category>
    </item>
    <item>
      <title>Podman: build amd64 images on M1</title>
      <dc:creator>Tomas Kral</dc:creator>
      <pubDate>Tue, 02 Aug 2022 10:33:00 +0000</pubDate>
      <link>https://forem.com/tkral/podman-build-amd64-images-on-m1-294g</link>
      <guid>https://forem.com/tkral/podman-build-amd64-images-on-m1-294g</guid>
      <description>&lt;p&gt;install &lt;code&gt;qemu-user-static&lt;/code&gt; to podman machine VM&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;podman machine ssh sudo rpm-ostree install qemu-user-static
podman machine ssh sudo systemctl reboot
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;build amd64 image&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;podman build --platform linux/amd64 ......
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;p&gt;source: &lt;a href="https://github.com/containers/podman/discussions/12899"&gt;https://github.com/containers/podman/discussions/12899&lt;/a&gt;&lt;/p&gt;

</description>
      <category>podman</category>
      <category>containers</category>
      <category>m1</category>
    </item>
  </channel>
</rss>
