<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode, branch 1.4.0-epa2</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=1.4.0-epa2</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.4.0-epa2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-02-28T19:13:09+00:00</updated>
<entry>
<title>container: T6074: do not allow deleting images which have a container running</title>
<updated>2024-02-28T19:13:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-27T21:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d3361ea09d09827b72f37f386cc1c0fac3ceaef1'/>
<id>urn:sha1:d3361ea09d09827b72f37f386cc1c0fac3ceaef1</id>
<content type='text'>
The current VyOS container image manipulation "delete container image" command
allows force removal of container images - even if they still have a container
running.

Drop the --force option from the op-mode script.

vyos@vyos:~$ delete container image 2636705a815a
Error: image used by 6adb0175d47f.. image is in use by a container: consider
listing external containers and force-removing image

(cherry picked from commit bfc065f2c4dcfc969981453e49b8156330674006)
</content>
</entry>
<entry>
<title>Merge pull request #3048 from vyos/mergify/bp/sagitta/pr-3046</title>
<updated>2024-02-24T12:15:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-24T12:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0be3d1f64bea6e3b52f58a1da056179f88baff9d'/>
<id>urn:sha1:0be3d1f64bea6e3b52f58a1da056179f88baff9d</id>
<content type='text'>
container: T6060: support removing all container images at once via op-mode (backport #3046)</content>
</entry>
<entry>
<title>Merge pull request #3047 from vyos/mergify/bp/sagitta/pr-2633</title>
<updated>2024-02-24T11:13:47+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-02-24T11:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8783db146fa5ed7528f9ed825cefc10100e4d194'/>
<id>urn:sha1:8783db146fa5ed7528f9ed825cefc10100e4d194</id>
<content type='text'>
T5781: add ability to add additional minisign keys (backport #2633)</content>
</entry>
<entry>
<title>container: T6060: support removing all container images at once via op-mode</title>
<updated>2024-02-24T09:28:54+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-24T08:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=36957f8f48570ae2f457fd0a55804d7af5ac4b6a'/>
<id>urn:sha1:36957f8f48570ae2f457fd0a55804d7af5ac4b6a</id>
<content type='text'>
cpo@LR1.wue3:~$ show container image
REPOSITORY                    TAG         IMAGE ID      CREATED       SIZE
docker.io/library/busybox     latest      3f57d9401f8d  5 weeks ago   4.5 MB
docker.io/jacobalberty/unifi  v7.5        f6df690d6c67  4 months ago  827 MB
docker.io/jacobalberty/unifi  v7.4        7838b75ef7b9  7 months ago  786 MB

cpo@LR1.wue3:~$ delete container image
Possible completions:
  3f57d9401f8d          Delete container image
  7838b75ef7b9
  all
  f6df690d6c67

cpo@LR1.wue3:~$ delete container image all

cpo@LR1.wue3:~$ show container image
REPOSITORY  TAG         IMAGE ID    CREATED     SIZE

(cherry picked from commit 9e51a1661fac3e0d762cffdd28705e7e4bad76e9)
</content>
</entry>
<entry>
<title>T5781: use dynamic minisign key list</title>
<updated>2024-02-24T08:45:55+00:00</updated>
<author>
<name>KyleM</name>
<email>103862795+ServerForge@users.noreply.github.com</email>
</author>
<published>2023-12-21T15:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=50b68e2876068341c6ae676ca6a058d0afcf3947'/>
<id>urn:sha1:50b68e2876068341c6ae676ca6a058d0afcf3947</id>
<content type='text'>
Updated image_installer.py to try and validate image with all
minisign public keys in /usr/share/vyos/keys/

(cherry picked from commit dfbc854157fa4655a8f459b2447df64dc74119d1)
</content>
</entry>
<entry>
<title>container: T5909: move registry login to op-mode</title>
<updated>2024-02-24T08:09:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-23T20:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=fcebadea51c1df88553e608a0866a6f2a1dcaa2b'/>
<id>urn:sha1:fcebadea51c1df88553e608a0866a6f2a1dcaa2b</id>
<content type='text'>
It does not make sense to perform the "podman login" command when setting up
containers, as images are not automatically pulled in from the registry - due
to issues with the default route during startup.

The same issue manifests in "podman login" where we can not login to a registry
unless there is a default route present.

This commit changes the behavior that the container registry is part of the
configuration, but it is only referenced during "add container image" and thus
never during system boot.

(cherry picked from commit baf30d8319ef4d0f0cc4cdf0f7c12f03f8a492b6)
</content>
</entry>
<entry>
<title>T3722: Fixed L-Time in 'show vpn ike sa' command</title>
<updated>2024-02-17T08:39:04+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-02-16T19:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3504c908ccf0256fad37179cf98d1db2aabe581e'/>
<id>urn:sha1:3504c908ccf0256fad37179cf98d1db2aabe581e</id>
<content type='text'>
 Fixed L-Time in 'show vpn ike sa' command

(cherry picked from commit bb6e6fc2119584df6ec571e7e9335dc509d5faeb)
</content>
</entry>
<entry>
<title>T5703: Fix reapply QoS for connection-oriented interfaces</title>
<updated>2024-02-09T10:13:09+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-02-08T11:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=cd5adb59b0172d4fcbebae69129358fde1f8c763'/>
<id>urn:sha1:cd5adb59b0172d4fcbebae69129358fde1f8c763</id>
<content type='text'>
After `disconnect` and `connect` connection-oriented interfaces
like PPPoE, QoS policy has to be reapplied

(cherry picked from commit ffc6dc28780f4d3e8c548f3709c7f3d17babda68)
</content>
</entry>
<entry>
<title>image-tools: T6016: wait for umount in cleanup function</title>
<updated>2024-02-06T17:01:13+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-02-06T04:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1eb17f79bf3ebf29c4caf7e09734cd3a6346cdd2'/>
<id>urn:sha1:1eb17f79bf3ebf29c4caf7e09734cd3a6346cdd2</id>
<content type='text'>
(cherry picked from commit d80530c48a78dfeb55293494a257f6234b0ef76d)
</content>
</entry>
<entry>
<title>op-mode:T6015:Fix the charon file generated by ipsec debug script</title>
<updated>2024-02-06T05:29:02+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2024-02-06T05:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0c9c496961dc88110da53943a14dd88086ea920d'/>
<id>urn:sha1:0c9c496961dc88110da53943a14dd88086ea920d</id>
<content type='text'>
</content>
</entry>
</feed>
