<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/container, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-05-28T13:10:01+00:00</updated>
<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/marekm72/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/marekm72/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/marekm72/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/marekm72/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/marekm72/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/marekm72/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/marekm72/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/marekm72/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>
<entry>
<title>container: T4870: Update to overlay driver</title>
<updated>2022-12-09T18:48:24+00:00</updated>
<author>
<name>Ben Pilgrim</name>
<email>ben@pilgrim.me.uk</email>
</author>
<published>2022-12-09T18:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f07c2071129bf8c29d54bc20ba6190a2b4c947cd'/>
<id>urn:sha1:f07c2071129bf8c29d54bc20ba6190a2b4c947cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>containers: T3903: Use systemd units for containers</title>
<updated>2022-10-29T15:59:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-10-28T19:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f9c1277f5cf56fba2fc773d133de0221b06fa511'/>
<id>urn:sha1:f9c1277f5cf56fba2fc773d133de0221b06fa511</id>
<content type='text'>
* ExecStop action with defined timeout allows for quicker reboot/shutdown with containers
</content>
</entry>
</feed>
