summaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)Author
2020-09-02Docker: add fpm to build containerChristian Poessinger
(cherry picked from commit 221fd1538303071a092b72a04fae87e2b12abfed)
2020-06-17Docker: add dependency for libnss-mapuser & libpam-radiusChristian Poessinger
2020-03-19OVA: T2116: 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-03-03Docker: Debian jessie only provides pyflakes instead of python3-pyflakesChristian Poessinger
2020-03-03Docker: add packages needed for vyos-cloud-initChristian Poessinger
2020-02-26Pin ocaml-ctypes to 0.16.0 due to a binding generator bug in the latest versionDaniil Baturin
(cherry picked from commit 968096ebcaabc07a3722aa2de124368f4bce515c)
2019-12-27Docker: extend dependencies on vyatta-cfg-firewallChristian Poessinger
(cherry picked from commit b3fec81c11321104950668ea1e928fd26d0eba78)
2019-12-27Docker: extend dependencies on vyatta-cfgChristian Poessinger
(cherry picked from commit 76e71a9b2f2797db1d57eac37c61ab845217186c)
2019-12-27Docker: add missing openssh-client dependencyChristian Poessinger
After commit 9266d92 ("T1892: docker: do not install recommended packages") ssh client binary is missing. (cherry picked from commit 9af4bee638793f42e710085034b1a8ff35c8a817)
2019-12-26Docker: vyos-1x depends on fakerootChristian Poessinger
(cherry picked from commit f697e3deb9d5d8d7f5479448ac63a66e50a7ea95)
2019-12-26Docker: consolidate dependencies for KernelChristian Poessinger
2019-12-26Docker: add libssl packages to base imageChristian Poessinger
2019-12-26Docker: add pmacct dependency on 'libssl-dev'Christian Poessinger
2019-12-26Docker: add opam dependency on 'unzip'Christian Poessinger
2019-12-26Docker: add missing python3-all dependency on StrongSwanChristian Poessinger
(cherry picked from commit c1e3194d7a96fc183f6c1a88a6c701b62b5b55b0)
2019-12-26T1892: docker: do not install recommended packagesJernej Jakob
(cherry picked from commit 9266d923742d34375338ae11e2c7d7d8da23f106)
2019-12-18Revert "Docker: build libyang from source"Christian Poessinger
This reverts commit f2d457a9ed089995783207574699ec98c6956291.
2019-12-18Docker: build libyang from sourceChristian Poessinger
2019-12-18Docker: switch Debian repository from current to cruxChristian Poessinger
2019-12-15Docker: add retry options when fetching OPAM from GitHubChristian Poessinger
2019-11-17vyos-qat: adding pkg dependencyhagbard
(cherry picked from commit 263c2379eebca8161f0ab70ed55d0503beb1e913)
2019-11-06T1773: update Dockerfile for changes to libvyosconfigJohn Estabrook
(cherry picked from commit bdce9244ff9acc57bf04a6c922cc78787aaa8174)
2019-10-06Docker: synchronize to current commit 45a9ea3c321Christian Poessinger
Additional packages are required to utilize the new Kernel Pipeline
2019-05-13Add arm64 docker file.UnicronNL
2019-05-12rename amd64 to arm for packer downloadUnicronNL
2019-05-12Add Dockerfile for armhf.UnicronNL
Remove pkg-build.sh file and reference in Dockerfile
2019-04-29add reprepro deploy scriptKim Hagen
2019-04-26Docker: update container to state of 'current' branchChristian Poessinger
Container imported from commit f8dbc8a37ff5935408a6a71907fea4fb0f5b5e46
2019-03-28Docker: Container Update for jessie-backportsChristian Poessinger
jesie-backports moved to Debian Archive as this train is no longer actively maintained. In addition to the mirror change also improve the build dependency handling.
2019-02-16Docker: update to latest version of VyConf an libvyosconfigChristian Poessinger
2019-02-01Docker: build dependencies for lldpd and pdns-recursor addedChristian Poessinger
2019-01-31Docker: add missing dependency for ipaddrcheckChristian Poessinger
2019-01-31Docker: build libcidr fro sourceChristian Poessinger
2019-01-31Docker: fix libvyosconfig repo URLChristian Poessinger
2019-01-30Revert "T1214: Add `ipaddrcheck` to the packages directory"Christian Poessinger
libcidr-dev is not available until Debian Buster thus the container can't be build. This reverts commit 9779f9938e1a80736738b2b9021a0db4dd872bfa.
2019-01-30T1214: Add `ipaddrcheck` to the packages directoryNicholas Humfrey
2019-01-30Merge branch 'source-build' of github.com:c-po/vyos-build into currentChristian Poessinger
* source-build: Docker: update to latest libvyosconfig revision build-submodules: source OPAM environemnt if not present build-submodules: change VERBOSE logic build-submodules: report back package error when build with --verbose build-submodules: add libyang
2019-01-30T1202: Add `hvinfo` to the packages directory (#43)Nicholas Humfrey
2019-01-27Docker: update to latest libvyosconfig revisionChristian Poessinger
2019-01-26Docker: build libyang Debian packageChristian Poessinger
2019-01-26Docker: evaluate OPAM environment during build timeChristian Poessinger
2019-01-26Docker: ease opam pin call for vyconfChristian Poessinger
2019-01-26Merge branch 'current' of github.com:c-po/vyos-build into currentChristian Poessinger
* 'current' of github.com:c-po/vyos-build: Jenkins: cleanup Docker: Make OPAM system wide available When building linux-kernel use number of host CPUs on parallel build When building parse Git commit ID When building frr clean out Git repository first Fix --verbose option when building submodules Build submodules in parallel with number of host CPUs submodules: add igmpproxy submodules: add vyos-xe-guest-utilities
2019-01-26Docker: Make OPAM system wide availableChristian Poessinger
2019-01-26Docker: Delete duplicate line for libcurl4-openssl-dev (#42)Nicholas Humfrey
2019-01-26Correct a typo in opam pin addDaniil Baturin
2019-01-26Install Menhir with opam and use an opam pin for installing vyconfDaniil Baturin
Quite a bit shorter than running the whole vyconf build sequence by hand.
2019-01-26Revert "Added menhir as a build dependency for libvyosconfig" (#41)Daniil Baturin
2019-01-21Added menhir as a build dependency for libvyosconfigNicholas Humfrey
2019-01-21Docker: add build dependencies for VyConf and libvyosconfigChristian Poessinger