summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2020-04-30Docker: set all dependencies on vyos-strongswanChristian Poessinger
2020-04-12Docker: T2278: add needed dependencies for building vmware imageJohn Estabrook
2020-03-26Docker: remove intermediate files/folders from container rootChristian Poessinger
2020-03-20T2144: docker: disable mouse in vim completelyjjakob
With the previous config, the mouse still triggered selection. Unset both mouse and ttymouse.
2020-03-12cloud-init: T2117: Added missed dependencies for Cloud-init 20.1zsdc
2020-03-03OVA: Fixed and extended OVA buildszsdc
- added grub2 package to the Dockerfile (required to build OVA) - added open-vmdk to the Dockerfile (required to build OVA) - fixed WAN/LAN confusion in OVF template - added Cloud-init User-Data to the OVF template
2020-02-29T2085: fix building of keepalivedJernej Jakob
2020-02-29T2085: remove conntrack-tools and dependenciesJernej Jakob
2020-02-25Use opam install script from master branchJohn Estabrook
2020-02-25Use latest opam versionDaniil Baturin
2020-02-25Pin ocaml-ctypes to 0.16.0 due to a binding generator bug in the latest versionDaniil Baturin
2020-02-05Docker: kernel has a dependency on rsyncChristian Poessinger
2020-02-02Docker: do not enable visual mode on right click in vimChristian Poessinger
2020-02-02Docker: add nano editor to container imageChristian Poessinger
2020-02-02Merge pull request #80 from runborg/arm-buildChristian Poessinger
T1927: Extend main docker container to support arm builds
2020-02-01Docker: add build dependencies for libnss-mapuserChristian Poessinger
2020-01-27Docker: T1927: Readd curl certificate fixRunar Borge
2020-01-23Docker: add build dependencies for vyos-cloud-initChristian Poessinger
2020-01-21Docker: T1927: Regenerate ca-certificate storeRunar Borge
2020-01-03Jenkins: T1927: Update Jenkinsfile to build on armRunar Borge
2020-01-03Revert "Jenkins: T1927: Update Jenkinsfile to build on arm"Christian Poessinger
This reverts commit a7bb0a8021366b5883b947157e9989cf356d9d36.
2020-01-03Revert "Docker: T1927: Extend docker container to build on arm"Christian Poessinger
This reverts commit de4805055f2cec53af0e80e9d742bc13d9e2bc4d.
2020-01-03Jenkins: T1927: Update Jenkinsfile to build on armRunar Borge
2020-01-03Docker: T1927: Extend docker container to build on armRunar Borge
2019-12-27Docker: move qemu package installation to test-suite sectioNChristian Poessinger
2019-12-27Docker: remove unused partitioning toolsChristian Poessinger
2019-12-27Docker: remove general dependencies installed later by discrete packagesChristian Poessinger
2019-12-27Docker: extend dependencies on vyatta-cfg-firewallChristian Poessinger
2019-12-27Docker: extend dependencies on vyatta-cfgChristian Poessinger
2019-12-26Docker: vyos-1x depends on fakerootChristian Poessinger
2019-12-26Docker: consolidate dependencies for KernelChristian Poessinger
2019-12-26Docker: install liblua5.3-dev for later switch of Accel-PPP to LUA 5.3Christian Poessinger
2019-12-26Docker: add missing python3-all dependency on StrongSwanChristian Poessinger
2019-12-26Docker: remove obsolete dependenciesChristian Poessinger
2019-12-20Docker: add missing openssh-client dependencyChristian Poessinger
After commit 9266d92 ("T1892: docker: do not install recommended packages") ssh client binary is missing.
2019-12-20T1892: docker: add missing unzip dependencyJernej Jakob
2019-12-20T1892: docker: do not install recommended packagesJernej Jakob
2019-12-18Merge branch 'equuleus' of github.com:vyos/vyos-build into currentChristian Poessinger
* 'equuleus' of github.com:vyos/vyos-build: (68 commits) systemd: cryptsetup: we do not support encrypted volumes systemd: igmpproxy: service is handled by VyOS CLI systemd: ntp: service is handled by VyOS CLI systemd: man: do not rebuild man db once a day systemd: pcscd: disable SmartCard service systemd: apt: disable daily update service ndisc6: add ICMPv6 Neighbor Discovery tool rsyslog: disabling rsyslog causes start issues if required syslog: T1834: 'del system syslog' doesn't stop rsyslog syslog: T1834: 'del system syslog' doesn't stop rsyslog Jenkins: archive ISO on failed builds if possible vyos-qat: adding pkg dependency Kernel: T1800: update to Linux 4.19.84 hooks: synchronize Linux Firmware with current branch Kernel: T1791: update to Linux 4.19.82 T1773: update Dockerfile for changes to libvyosconfig kernel-version: fixing typo Kernel: update to 4.19.76 in defaults.json acpid: enable acpid to enable power button triggered shutdowns systemd-disable - heartbeat.service disabled ...
2019-12-15Docker: add retry options when fetching OPAM from GitHubChristian Poessinger
(cherry picked from commit 1f77d176055e11b1f47039afa7f8492b755ff02e)
2019-11-23Merge branch 'current' into equuleusChristian Poessinger
* current: wireless: T1627: migrate to vyos-1x T1804: add python3-psutil to docker image Kernel: T1800: update to Linux 4.19.84 add api option to the ovf template hooks: fix installation of linux firmware files Kernel: T1791: update to Linux 4.19.82 Revert "docker: set always pull to use always latest container" docker: set always pull to use always latest container vyos-qat: adding pkg dependency Revert "Docker: always use libvyosconfig HEAD revision" do not add the serial option for vep4600 add build option for vep4600 Docker: always use libvyosconfig HEAD revision T1773: update Dockerfile for changes to libvyosconfig Firmware: bail out when there is a download error Kernel: T1728: update to Linux 4.19.79 T1726: update Linux Firmware to a more recent version (2019-10-07)
2019-11-17vyos-qat: adding pkg dependencyhagbard
(cherry picked from commit 263c2379eebca8161f0ab70ed55d0503beb1e913)
2019-11-14T1804: add python3-psutil to docker imageJohn Estabrook
python3-psutil is a dependency of vyos-1x and will be a requirement for the build if, for example, util.py is included in nosetests.
2019-11-08vyos-qat: adding pkg dependencyhagbard
2019-11-06Revert "Docker: always use libvyosconfig HEAD revision"Christian Poessinger
This reverts commit ef8d9f1ef6553801cbba3ff19e3944f926ba9c79.
2019-10-30Docker: always use libvyosconfig HEAD revisionChristian Poessinger
2019-10-29T1773: update Dockerfile for changes to libvyosconfigJohn Estabrook
(cherry-pick from current bdce9244ff9acc57bf04a6c922cc78787aaa8174)
2019-10-28T1773: update Dockerfile for changes to libvyosconfigJohn Estabrook
2019-10-16Merge pull request #62 from jestabro/T1710Christian Poessinger
T1710: [equuleus] buster: add patch to fix live-build missing key error
2019-10-06Merge branch 'current' into equuleusChristian Poessinger
* current: Jenkins: add getGitRepoName() Docker: ARM: add missing no--check-valid-until files Kernel: T1708: update to Linux 4.19.76 Jenkins: explicitly set GitHub status is no longer required Docker: we only need LUA 5.2 for Accel-PPP build Docker: add liblua5.2-dev to accel-ppp dependencies [Jenkinsfile] Call a script that creates latest rolling release symlink Jenkins: run on all nodes that support Docker Packages: remove vyatta-op-dhcp-server Docker: add dkms Add helper to list individual package architectues add hooks for autobuild
2019-10-04Docker: ARM: add missing no--check-valid-until filesChristian Poessinger