<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Create a Custom MariaDB Container with Raspberry PI and Docker (32-bit)	</title>
	<atom:link href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 27 Dec 2025 08:36:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-20895</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 13:02:29 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-20895</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-18714&quot;&gt;Matt&lt;/a&gt;.

Hi Matt,
the libseccomp2 changed to a newer version... (again).
The new link should be found with this command:
&lt;code&gt;wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b2_armhf.deb&lt;/code&gt;
and then:
&lt;code&gt;sudo dpkg -i libseccomp2_2.5.4-1+b2_armhf.deb&lt;/code&gt;
Hope this fiexs your error and sorry for the late solution...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-18714">Matt</a>.</p>
<p>Hi Matt,<br />
the libseccomp2 changed to a newer version&#8230; (again).<br />
The new link should be found with this command:<br />
<code>wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b2_armhf.deb</code><br />
and then:<br />
<code>sudo dpkg -i libseccomp2_2.5.4-1+b2_armhf.deb</code><br />
Hope this fiexs your error and sorry for the late solution&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-18716</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 21:16:27 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-18716</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-18714&quot;&gt;Matt&lt;/a&gt;.

Hi Matt. Did you starte from a fresh Raspberry PI OS installation?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-18714">Matt</a>.</p>
<p>Hi Matt. Did you starte from a fresh Raspberry PI OS installation?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-18714</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 20:03:24 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-18714</guid>

					<description><![CDATA[Cannot find a more uptodate file... 

&lt;code&gt;pi@raspberrypi:~/myMariaDB $ wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb
--2022-10-03 21:01:50--  http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4
Connecting to ftp.de.debian.org (ftp.de.debian.org)&#124;141.76.2.4&#124;:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-10-03 21:01:50 ERROR 404: Not Found.&lt;/code&gt;

Could you point me in the right direction?]]></description>
			<content:encoded><![CDATA[<p>Cannot find a more uptodate file&#8230; </p>
<p><code>pi@raspberrypi:~/myMariaDB $ wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb<br />
--2022-10-03 21:01:50--  http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb<br />
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4<br />
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.<br />
HTTP request sent, awaiting response... 404 Not Found<br />
2022-10-03 21:01:50 ERROR 404: Not Found.</code></p>
<p>Could you point me in the right direction?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-9181</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 26 Dec 2021 13:25:35 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-9181</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-9179&quot;&gt;Gerhard&lt;/a&gt;.

Hi Gerhard,
Please try the following link instead, it seems that the order version has been removed and the new one is now available:
&lt;code&gt;http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb&lt;/code&gt;
Also remember to correct the dpkg command with correct filename]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-9179">Gerhard</a>.</p>
<p>Hi Gerhard,<br />
Please try the following link instead, it seems that the order version has been removed and the new one is now available:<br />
<code>http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb</code><br />
Also remember to correct the dpkg command with correct filename</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gerhard		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-9179</link>

		<dc:creator><![CDATA[Gerhard]]></dc:creator>
		<pubDate>Sun, 26 Dec 2021 12:52:28 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-9179</guid>

					<description><![CDATA[Hi,
&lt;code&gt;wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb&lt;/code&gt;
leads to a 404 error

Too bad!]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
<code>wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb</code><br />
leads to a 404 error</p>
<p>Too bad!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4953</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 15:26:19 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-4953</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4952&quot;&gt;alzercode&lt;/a&gt;.

I&#039;m very happy that this solved the issue. Thank you for your feedback and remember to share my blog with your friends ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4952">alzercode</a>.</p>
<p>I&#8217;m very happy that this solved the issue. Thank you for your feedback and remember to share my blog with your friends 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: alzercode		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4952</link>

		<dc:creator><![CDATA[alzercode]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 15:07:34 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-4952</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-1479&quot;&gt;peppe8o&lt;/a&gt;.

Hi peppe8o
unfortunately, I can&#039;t respond to your answer for libseccomp2, so I will do it here. 

This solution helped me SOO f*** much. I spend too much time on this problem and your solution FINALLY helped me.

THANK YOU SO MUCH

I wish you all the best!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-1479">peppe8o</a>.</p>
<p>Hi peppe8o<br />
unfortunately, I can&#8217;t respond to your answer for libseccomp2, so I will do it here. </p>
<p>This solution helped me SOO f*** much. I spend too much time on this problem and your solution FINALLY helped me.</p>
<p>THANK YOU SO MUCH</p>
<p>I wish you all the best!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4879</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 15:38:45 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-4879</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4878&quot;&gt;Anonymous&lt;/a&gt;.

Hi,
The root cause of the problem seems to be in libseccomp version installed by default on Raspberry PI OS. The newer version of libseccomp fixes the problem, but it is not yet available in Debian&#039;s stable repos (from apt) and you need to install it manually. From terminal, download the deb package:
&lt;code&gt;wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb&lt;/code&gt;
Then install it:
&lt;code&gt;sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb&lt;/code&gt;
This will solve the &quot;At least one invalid signature was encountered&quot; error.
Please also note that I had to edit also the Dockerfile according to latest MariaDB changes. So copy the one in this updated page instead of older.
Then you can go on as for this tutorial with:
&lt;code&gt;docker-compose up -d&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4878">Anonymous</a>.</p>
<p>Hi,<br />
The root cause of the problem seems to be in libseccomp version installed by default on Raspberry PI OS. The newer version of libseccomp fixes the problem, but it is not yet available in Debian&#8217;s stable repos (from apt) and you need to install it manually. From terminal, download the deb package:<br />
<code>wget http://ftp.de.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb</code><br />
Then install it:<br />
<code>sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb</code><br />
This will solve the &#8220;At least one invalid signature was encountered&#8221; error.<br />
Please also note that I had to edit also the Dockerfile according to latest MariaDB changes. So copy the one in this updated page instead of older.<br />
Then you can go on as for this tutorial with:<br />
<code>docker-compose up -d</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4878</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 14:35:17 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-4878</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4767&quot;&gt;Guillermo Alejandro Hernandez Yanez&lt;/a&gt;.

How did you get it to work?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4767">Guillermo Alejandro Hernandez Yanez</a>.</p>
<p>How did you get it to work?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guillermo Alejandro Hernandez Yanez		</title>
		<link>https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4767</link>

		<dc:creator><![CDATA[Guillermo Alejandro Hernandez Yanez]]></dc:creator>
		<pubDate>Wed, 25 Aug 2021 03:07:04 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2332#comment-4767</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4707&quot;&gt;Rob&lt;/a&gt;.

Yep Rob, It works, thanks a lot using buster version I was able to create my mariadb container.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/create-a-custom-mariadb-container-with-raspberry-pi-and-docker/#comment-4707">Rob</a>.</p>
<p>Yep Rob, It works, thanks a lot using buster version I was able to create my mariadb container.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
