<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/container, branch current-merge-commit-handling</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=current-merge-commit-handling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current-merge-commit-handling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-01-12T18:44:43+00:00</updated>
<entry>
<title>T5925: Containers change systemd KillMode</title>
<updated>2024-01-12T18:44:43+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-01-12T18:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4c71c46cbb840167708e75e902de5bfc9e31a03e'/>
<id>urn:sha1:4c71c46cbb840167708e75e902de5bfc9e31a03e</id>
<content type='text'>
By default we use mode `none` for containers

Unit uses KillMode=none. This is unsafe, as it disables systemd's
process lifecycle management for the service. Please update the
service to use a safer KillMode=, such as 'mixed' or 'control-group'.
Support for KillMode=none is deprecated and will eventually be removed.
</content>
</entry>
<entry>
<title>git: T5803: Adjust git configuration for baseline defaults</title>
<updated>2023-12-08T19:26:26+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-05T22:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c30002208d392177cb1ffc1a5c714f7ad6d573b6'/>
<id>urn:sha1:c30002208d392177cb1ffc1a5c714f7ad6d573b6</id>
<content type='text'>
Apply baseline defaults for `.gitattributes` and `.vscode/settings.json`
for improved developer experience.

The `.gitattrbutes` settings are based on:
Git documentation (https://git-scm.com/docs/gitattributes#_effects)
GitHub documentation (https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings)
Community templates (https://github.com/gitattributes/gitattributes)

Since editor-agnostic line-ending specific settings are applied to
`.gitattributes`, they can be removed from `.vscode/settings.json`.
The global VSCode defaults have also been removed to avoid duplication.
</content>
</entry>
<entry>
<title>container: T5003: add new mandatory option runroot</title>
<updated>2023-05-28T13:10:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-28T13:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=367423acc33c7a5d1ee5f0f8980884026529f426'/>
<id>urn:sha1:367423acc33c7a5d1ee5f0f8980884026529f426</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: T5082: switch to netavark network stack</title>
<updated>2023-04-01T13:31:46+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-01T13:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0ea3e1420c373027bdf57ea9e794b81dd6b6ad4f'/>
<id>urn:sha1:0ea3e1420c373027bdf57ea9e794b81dd6b6ad4f</id>
<content type='text'>
We now support assigning discrete IPv6 addresses to a container.
</content>
</entry>
<entry>
<title>container: T2216: explicitly select CNI network backend</title>
<updated>2023-03-28T19:34:15+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-28T19:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4a58a27adad59f19c7d14d0b9753259baed011f4'/>
<id>urn:sha1:4a58a27adad59f19c7d14d0b9753259baed011f4</id>
<content type='text'>
As podman is going to use netavark as new default we must explicitly select
the old driver until we have migrated to netavark.
</content>
</entry>
<entry>
<title>container: T5003: add dependency on fuse-overlayfs</title>
<updated>2023-03-11T22:27:55+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-11T22:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=75c940e123584a00f338897c464ae0fc6d30a34a'/>
<id>urn:sha1:75c940e123584a00f338897c464ae0fc6d30a34a</id>
<content type='text'>
Fix podman error about invalid storage:

[graphdriver] prior storage driver overlay failed: 'overlay' is not supported
over overlayfs, a mount_program is required: backing file system is unsupported
for this graph driver" Error: 'overlay' is not supported over overlayfs, a
mount_program is required: backing file system is unsupported for this graph
driver.
</content>
</entry>
<entry>
<title>container: T4959: add registry authentication option</title>
<updated>2023-03-10T20:16:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-10T19:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fe82d86d3e87cb8d92ebc9d0652c08e3dd79a12c'/>
<id>urn:sha1:fe82d86d3e87cb8d92ebc9d0652c08e3dd79a12c</id>
<content type='text'>
Container registry CLI node changed from leafNode to tagNode with the same
defaults. In addition we can now configure an authentication option per
registry.
</content>
</entry>
<entry>
<title>Revert "container: T4959: Add container registry authentication config for containers"</title>
<updated>2023-02-09T06:31:40+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-09T06:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f234b602c4b0554456c494451b438d32f3386d69'/>
<id>urn:sha1:f234b602c4b0554456c494451b438d32f3386d69</id>
<content type='text'>
This reverts commit b17251334c57c2f6875c19ad4e6c6127aa9e1811.
</content>
</entry>
<entry>
<title>container: T4959: Add container registry authentication config for containers</title>
<updated>2023-01-30T09:03:15+00:00</updated>
<author>
<name>Zen3515</name>
<email>7106408+Zen3515@users.noreply.github.com</email>
</author>
<published>2023-01-30T08:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b17251334c57c2f6875c19ad4e6c6127aa9e1811'/>
<id>urn:sha1:b17251334c57c2f6875c19ad4e6c6127aa9e1811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: T4870: update to overlay2 driver</title>
<updated>2022-12-24T08:10:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-12-24T08:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6fe49566313f9c144f167eef4f018743236c182f'/>
<id>urn:sha1:6fe49566313f9c144f167eef4f018743236c182f</id>
<content type='text'>
overlay2 is the preferred storage driver for all currently supported Linux
distributions, and requires no extra configuration.
</content>
</entry>
</feed>
