<feed xmlns='http://www.w3.org/2005/Atom'>
<title>searxng/.git/Dockerfile, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/'/>
<entry>
<title>[mod] rework container deployment (#4764)</title>
<updated>2025-05-11T16:12:51+00:00</updated>
<author>
<name>Ivan Gabaldon</name>
<email>igabaldon@inetol.net</email>
</author>
<published>2025-05-11T16:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=d16854e67a5bf2f640aabf119c9b50f5a1a3f24f'/>
<id>d16854e67a5bf2f640aabf119c9b50f5a1a3f24f</id>
<content type='text'>
container.yml will run after integration.yml COMPLETES successfully and in master branch.

Style changes, cleanup and improved integration with CI by leveraging the use of
shared cache between all workflows.

* Podman is now supported to build the container images (Docker also received a refactor, merging both build and buildx)
* Container images are being built by Buildah instead of Docker BuildKit.
* Container images are tested before release.
* Splitting "modern" (amd64 &amp; arm64) and "legacy" (armv7) arches on different Dockerfiles allowing future optimizations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
container.yml will run after integration.yml COMPLETES successfully and in master branch.

Style changes, cleanup and improved integration with CI by leveraging the use of
shared cache between all workflows.

* Podman is now supported to build the container images (Docker also received a refactor, merging both build and buildx)
* Container images are being built by Buildah instead of Docker BuildKit.
* Container images are tested before release.
* Splitting "modern" (amd64 &amp; arm64) and "legacy" (armv7) arches on different Dockerfiles allowing future optimizations.</pre>
</div>
</content>
</entry>
<entry>
<title>missing dependency for armv7 (#4727)</title>
<updated>2025-05-07T06:53:34+00:00</updated>
<author>
<name>Ivan Gabaldon</name>
<email>igabaldon@inetol.net</email>
</author>
<published>2025-05-07T06:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=f52cd3f00891119455a78b41763e1056e478be32'/>
<id>f52cd3f00891119455a78b41763e1056e478be32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mod] Rework Dockerfile - migrate to glibc (debian) (#4721)</title>
<updated>2025-05-06T09:56:59+00:00</updated>
<author>
<name>Ivan Gabaldon</name>
<email>igabaldon@inetol.net</email>
</author>
<published>2025-05-06T09:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=a2fa7de880a06bada1e3a281d2e3652999cd20dd'/>
<id>a2fa7de880a06bada1e3a281d2e3652999cd20dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix] revert searxng/searxng#4699 due to breaking issues (#4720)</title>
<updated>2025-05-05T07:46:37+00:00</updated>
<author>
<name>Bnyro</name>
<email>bnyro@tutanota.com</email>
</author>
<published>2025-05-05T07:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=0315988f5ab9d5d55693bc9a0eca045bf9220506'/>
<id>0315988f5ab9d5d55693bc9a0eca045bf9220506</id>
<content type='text'>
This reverts commit 2e74d863210c0d21b9e0a64576dcd24237f23f8c.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2e74d863210c0d21b9e0a64576dcd24237f23f8c.</pre>
</div>
</content>
</entry>
<entry>
<title>Rework Dockerfile (#4699)</title>
<updated>2025-05-04T20:27:53+00:00</updated>
<author>
<name>Ivan Gabaldon</name>
<email>igabaldon@inetol.net</email>
</author>
<published>2025-05-04T20:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=2e74d863210c0d21b9e0a64576dcd24237f23f8c'/>
<id>2e74d863210c0d21b9e0a64576dcd24237f23f8c</id>
<content type='text'>
This is one of various PR to refactor the entire SearXNG Docker workflow.

Switches to Python glibc based images, all dependencies are installed via pip and not from system repositories, and several minor changes.

This PR will increase the image size from 194.9 MB to 345.47 MB (amd64), this is due to ARMv7 images (needs dependencies for wheels compilation and runtime (?)) and uWSGI webserver. Later PR will reduce the final image size.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is one of various PR to refactor the entire SearXNG Docker workflow.

Switches to Python glibc based images, all dependencies are installed via pip and not from system repositories, and several minor changes.

This PR will increase the image size from 194.9 MB to 345.47 MB (amd64), this is due to ARMv7 images (needs dependencies for wheels compilation and runtime (?)) and uWSGI webserver. Later PR will reduce the final image size.</pre>
</div>
</content>
</entry>
<entry>
<title>Don't hardcode uWSGI parameters (#4578)</title>
<updated>2025-04-04T12:57:53+00:00</updated>
<author>
<name>Ivan Gabaldon</name>
<email>igabaldon@inetol.net</email>
</author>
<published>2025-04-04T12:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=9424bac031db78ab23d1e5f21ec2906e3d603433'/>
<id>9424bac031db78ab23d1e5f21ec2906e3d603433</id>
<content type='text'>
* Initial update

* fix

* add todo note</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial update

* fix

* add todo note</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] add docker healthcheck back (#4504)</title>
<updated>2025-03-16T10:34:26+00:00</updated>
<author>
<name>Brock Vojkovic</name>
<email>brockv@tuta.io</email>
</author>
<published>2025-03-16T10:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=84636ef49acc6e74421c23a80f6f63aa4ccc93c7'/>
<id>84636ef49acc6e74421c23a80f6f63aa4ccc93c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[feat] add HEALTHCHECK in Dockerfile"</title>
<updated>2025-02-26T10:55:43+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2025-02-26T09:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=e86bfa163bb9d69964efe511057ba496f7e7d587'/>
<id>e86bfa163bb9d69964efe511057ba496f7e7d587</id>
<content type='text'>
This reverts commit dabe42549991619789485fa0841954d9f5db8b60.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit dabe42549991619789485fa0841954d9f5db8b60.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Updated health check in Dockerfile"</title>
<updated>2025-02-26T10:55:43+00:00</updated>
<author>
<name>Markus Heiser</name>
<email>markus.heiser@darmarit.de</email>
</author>
<published>2025-02-26T09:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=333d536937da2bf9ce31f254d33e7e446483e0ff'/>
<id>333d536937da2bf9ce31f254d33e7e446483e0ff</id>
<content type='text'>
This reverts commit 1fd4dab3b41bd45da12a66677ed94ae438d27912.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1fd4dab3b41bd45da12a66677ed94ae438d27912.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated health check in Dockerfile</title>
<updated>2025-02-26T09:20:51+00:00</updated>
<author>
<name>Salvatore Gabriele La Greca</name>
<email>35406071+thegabriele97@users.noreply.github.com</email>
</author>
<published>2025-02-26T08:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.slickd.xyz/searxng/.git/commit/?id=1fd4dab3b41bd45da12a66677ed94ae438d27912'/>
<id>1fd4dab3b41bd45da12a66677ed94ae438d27912</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
