summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
AgeCommit message (Collapse)Author
2021-06-05Docker: add libev-dev build dependency for opennhrpChristian Poessinger
2021-05-30QAT: T3587: upgrade to version 1.7.L.4.14.0-00031Christian Poessinger
2021-03-26http api: T3412: add build dependencies for vyos-http-api-toolsJohn Estabrook
2021-02-28Move OCaml version to a variable and update to the latest 4.12Daniil Baturin
2021-02-28Use a longer, more descriptive --no-setup opam option.Daniil Baturin
It disables user shell environment setup.
2021-02-27Docker: T3363: Force no-setup mode for opam initCody Brannan
2021-02-18Add containers to OCaml dependencies.Daniil Baturin
2021-01-22Docker: T3240: add wide-dhcpv6 build dependenciesBrandon Stepler
2021-01-10Docker: vyos-util package requires opem num packageChristian Poessinger
2021-01-10Docker: add missing python3-sphinx dependency for vyos-1xChristian Poessinger
2021-01-10Jenkins: Kernel: instead of 'git clone' the source use the tarballChristian Poessinger
This reduces the download and checkout overhead.
2021-01-08Docker: add missing Accel-PPP dependenciesChristian Poessinger
2021-01-08Docker: Linux Kernel depends on rsyncChristian Poessinger
2021-01-08Docker: fix netfilter build dependenciesChristian Poessinger
2021-01-08Docker: fix FRR build dependenciesChristian Poessinger
2021-01-08Docker: iproute2 has a build dependency on libbsd-devChristian Poessinger
2021-01-08Docker: add missing cmake dependency on librtrChristian Poessinger
2021-01-08Docker: add wireguard and iproute2 build dependenciesChristian Poessinger
2021-01-08Docker: add missing FRR dependency on python3-sphinxChristian Poessinger
2021-01-07Docker: properly arrange vyos-build dependenciesChristian Poessinger
2021-01-07Docker: vyos-1x has a build-dependency on python3-jinja2Christian Poessinger
2021-01-07Docker: do not install librtr-doc to avoid pulling in additional dependenciesChristian Poessinger
2021-01-07Docker: update OCaml from 4.09.0 -> 4.09.1Christian Poessinger
This fixes a build with GCC 10 (coming in Debian Bullseye), release notes available here: https://ocaml.org/releases/4.09.1.html
2021-01-07Docker: drop dependencies for keepalivedChristian Poessinger
We no longer need to build keepalived on out own, we rely on the Debian upstream version.
2021-01-07Docker: dependency cleanup for vyos-1xChristian Poessinger
Most python3 dependencies are set by vyos-1x, use them from that section.
2021-01-06Docker: drop installation of dh-systemdChristian Poessinger
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670
2020-12-28ddclient: 3151: pin to Debian BullseyeChristian Poessinger
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye version.
2020-12-22frr: T3146: upgrade to Free Range Routing 7.5 seriesChristian Poessinger
2020-12-19Docker: cleanup stages and remove unused packagesChristian Poessinger
2020-12-19Docker: T2666: install bpftool from buster-backportsChristian Poessinger
2020-12-19Merge pull request #136 from moepman/patch-1Christian Poessinger
Docker: T2666: fix wrong filename
2020-12-19Docker: T2666: architecture specific package installtion on linux headersChristian Poessinger
2020-12-17Docker: T2666: fix wrong filenameMarkus Hauschild
The temporary file in sources.list.d should be removed with the same name under which it is added
2020-12-17Docker: T2666: provide libbpf supportChristian Poessinger
2020-12-17Docker: T2666: gcc-multilib support only available for AMD64Christian Poessinger
2020-12-16Docker: T2666: add dependencies for XDP developmentChristian Poessinger
2020-12-14iproute2: T3129: add Jenkins buildChristian Poessinger
2020-11-12Add re (a pure OCaml regex library) to the installation scriptDaniil Baturin
2020-11-01Docker: add new vyos-1x build-time dependency python3-netifacesChristian Poessinger
2020-10-17Docker: extend dependencies for Kernel perf toolChristian Poessinger
2020-10-17Docker: add dependencies for Kernel perf toolChristian Poessinger
2020-09-15Cloud-init: T2117: Updated requirements list for Cloud-init packagezsdc
To build newer Cloud-init packages we need also the `python3-pytest-cov` package in the vyos-build image
2020-09-01Docker: add fpm to build containerChristian Poessinger
2020-08-31configd: T2582: add build dependencyJohn Estabrook
2020-07-14T1927: arm: Readd CI build of emulated ARM64 containerRunar Borge
After a successfull CI build of this container it is considered working and is possible to add back to the build as a standard target. The container is changed so it handles an architecture change without changing the dockerfile
2020-06-24Docker: strongswan requires python3-stdeb for VICI buildsChristian Poessinger
2020-06-22Docker: refresh dependencies for vyos-1xxChristian Poessinger
2020-06-20Docker: add build dependencies for libnetfilter-conntrack & conntrack-toolsChristian Poessinger
2020-06-20Docker: add build dependencies for nftablesChristian Poessinger
2020-06-17Docker: adjust comment on libaudit-dev dependencyChristian Poessinger