summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2024-10-01docker: T6742: libvyosconfig update for childless node renderingDaniil Baturin
2024-09-27build-image: T6742: update vyos1x-config for childless non-leaf node fixesDaniil Baturin
2024-09-17build: T861: Add socat as needed by commit 7f23b57sarthurdev
2024-09-16Merge pull request #758 from HollyGurza/T6684Daniil Baturin
T6684: new Debian package repo snapshot logic
2024-09-16T6684: new Debian package repo snapshot logickhramshinr
patch live-build to save information about all installed packages and their source repo, including temporary packages
2024-09-14Docker: T861: fix warning for UID_MIN/UID_MAC out of rangeChristian Breunig
Rise upper limit for UID when working in an Active Direcotry integrated environment. This solves the warning: vyos_bld's uid 1632000007 outside of the UID_MIN 1000 and UID_MAX 60000 range.
2024-09-05Docker: T861: fix warnings about latest ENV key=value syntaxChristian Breunig
2024-06-26Docker: T6510: add missing build dependencies for vyos-configd testsChristian Breunig
2024-05-27T6404: update vyos1x-config commit referenceChristian Breunig
2024-05-23docker: T6388: use OCaml 4.14.2 for package buildsDaniil Baturin
2024-05-19Docker: add missing dependency on cmake to build accel-pppChristian Breunig
2024-05-07T6311: Docker add dependency asciidoc-base for nftablesViacheslav Hletenko
Add dependency `asciidob-base` for build nftables
2024-05-06T6307: Add dependency procps to build vyos-1xViacheslav Hletenko
This fixes the sysctl dependency ``` ====================================================================== ERROR: test_sysctl_read (test_utils.TestVyOSUtils.test_sysctl_read) ---------------------------------------------------------------------- Traceback (most recent call last): File "/vyos/work/tmp/vyos-1x/src/tests/test_utils.py", line 28, in test_sysctl_read self.assertEqual(sysctl_read('net.ipv4.conf.lo.forwarding'), '1') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/vyos/work/tmp/vyos-1x/python/vyos/utils/system.py", line 28, in sysctl_read tmp = run(['sysctl', '-nb', name], capture_output=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 1024, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'sysctl' ```
2024-05-04Docker: T6283: T6250: no need to include rtrlib and libyang in generalChristian Breunig
FRR build tracks the rtrlib and libyang version, so only one place is needed to build to sources.
2024-04-15docker: T3664: add dependencies for raw disk buildingDaniil Baturin
2024-04-06Debian: T6199: add pylint do list of build dependenciesChristian Breunig
2024-04-03T6199: remove unneeded python3-sphinx build dependency for vyos-1xChristian Breunig
2024-03-29Docker: T6180: update commit refs for vyos1x-config/libvyosconfigJohn Estabrook
2024-03-21Docker: T6149: update commit ref for vyos1x-configJohn Estabrook
2024-03-15Docker: T6111: update commit ref for vyos1x-configJohn Estabrook
2024-03-12docker, build: T6119: use python3-tomli instead of python3-tomlDaniil Baturin
for a compliant implementation ot TOML
2024-03-07Merge pull request #297 from sarthurdev/tpm_luksDaniil Baturin
config: T4919: Add emulated TPM encryption test
2024-02-20config: T4919: Add emulated TPM encryption testsarthurdev
2024-02-19docker: T4440: add OCI container labelsDaniil Baturin
Original implementation by jtcarnes
2024-01-04Kernel: T5887: update Linux Kernel to v6.6.9Christian Breunig
2023-10-31T5701: Bump telegraf to version v1.28.3Viacheslav Hletenko
2023-10-30T5415: upgrade libyang library to v2.1.128Viacheslav Hletenko
2023-08-24Merge pull request #377 from tjjh89017/arm64Christian Breunig
arm64 build vyos kernel for qemu vm and rpi4
2023-08-23Docker: T5500: update commit ref for vyos1x-configJohn Estabrook
2023-08-22T5499: arm64: build jool with correct dependsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2023-08-01frr: T5415: upgrade libyang library to v2.1.80Christian Breunig
2023-07-28Docker: T5317: update commit refs for vyos1x-config and libvyosconfigJohn Estabrook
2023-07-25Docker: T5194: update commit ref for vyos1x-configJohn Estabrook
2023-07-21Docker: T5385: update commit ref for vyos1x-configJohn Estabrook
2023-06-14Docker: T5286: Kernel depends on libelf-dev - add missing dependencyChristian Breunig
Commit dd194c6e8 ("Docker: T5286: remove XDP support") dropped all relevant package build dependencies for XDP - which is good as we should not carry leftovers. The Linux Kernel dependency list in contrast always lacked this package. Re-add the package to the appropriate section.
2023-06-12Docker: T5286: remove XDP supportChristian Breunig
2023-06-03Docker: T5241: add jmespath dependency to vyos-1xViacheslav Hletenko
The validation 'is_intf_addr_assigned' will be rewritten to support 'netns' and will use jmespath that required for build .deb pkg to validate 'vyos-1x/src/tests/test_validate.py'.
2023-05-16Docker: T5194: update commit refs for vyos1x-config and libvyosconfigJohn Estabrook
2023-05-16Docker: T5194: add OCaml package xml-light as build dependencyJohn Estabrook
2023-05-01jool: T160: Added scripts to build jool packagezsdc
Added dependencies and build scripts for https://github.com/NICMx/Jool/
2023-04-26Docker: T5185: update commit refs for vyos1x-configJohn Estabrook
2023-03-29Docker: T5089: update commit refs for vyos1x-config and libvyosconfigJohn Estabrook
2023-03-14Docker: T5076: Intel QAT drivers rely on libudev-devChristian Breunig
Package was previously side-loaded by another dependency.
2023-03-11Docker: T5076: unbloat container - remove dependencies for pam_tacplusChristian Breunig
2023-03-11Docker: T5076: unbloat container - remove dependencies for sstp-clientChristian Breunig
Package consumed via Debian upstream
2023-03-11Docker: T5076: unbloat container - remove dependencies for vyos-http-api-toolsChristian Breunig
2023-03-11Docker: T5076: unbloat container - remove dependencies for libnss-mapuser & ↵Christian Breunig
libpam-radius
2023-03-11Docker: T5076: unbloat container - remove obsolete dh-exec packageChristian Breunig
2023-03-11Docker: T5076: unbloat container - remove dependencies for fastnetmonChristian Breunig
Package consumed from Debian upstream
2023-03-11Docker: T5076: unbloat container - remove dependencies for ipaddrcheckChristian Breunig