Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-11 | Docker build files for entrypoint and UIDs | Christian Poessinger | |
2019-01-11 | CI/CD: Improve 'goso' handling for Docker and Jenkins | Christian Poessinger | |
* Inside the container user can call 'sudo' without password * Added Docker environment variables to controll the 'gosu' UID/GID | |||
2019-01-09 | Adding support for compiling vyos-frr package | Runar Borge | |
2019-01-09 | Added apt-get update before any apt-get install commands. | Runar Borge | |
This fixes an issue where docker is using packages from cache that has an outdated apt-cache. | |||
2019-01-09 | Change user on docker image to the current owner of the volume directory (GOSU) | Runar Borge | |
Insted of hardcoding the user used to build inside the container it will now be auto configured to be the user UID that owns the vyos-build directory This is done with the gosu utillity and a entrypoint script | |||
2019-01-06 | Docker: update apt xdependencies for vyos-accel-ppp | Christian Poessinger | |
2019-01-01 | Added support for compiiling vyos-accel-ppp | Runar Borge | |
2018-12-29 | Merge pull request #32 from runborg/autobuild | Christian Poessinger | |
Script and Instructions for building all subpackages via docker | |||
2018-12-26 | Added compilation of the kernel and wireguard submodule. | Runar Borge | |
Also refactored some UI code for easyer reading | |||
2018-12-24 | Added dependenies for compiling pmacct and vyos-keepalived to Dockerfile | Runar Borge | |
2018-12-24 | Added script and instructions for building most packages from source. | Runar Borge | |
Using the vyos-builder docker container. Also added examples on doing builds. | |||
2018-12-18 | Added Jenkinsfile | Christian Poessinger | |
2018-12-18 | T1070 - docker build of vyos-strongswan (#31) | runborg | |
* T1070 - Added packages and readme notes about building strongswan strongswan is easely built using a docker image, but needs special options to pass tests. Added notes in the readme about building it and building instructions * T1070 - Restructured build example for wyos-strongswan | |||
2018-11-12 | Add uefi to vyos-build | Kim Hagen | |
2018-10-27 | remove grub packages | UnicronNL | |
2018-10-27 | Add packages needed to build Azure image | UnicronNL | |
2018-09-03 | T556: Added packages to docker image for building qemu image and vyos-1x | unixninja92 | |
2018-08-12 | Docker build improvements | Peri Diane Jones | |
Fix missing dependencies and repositories, make the makefile exit with 1 if ISO file wasn't built. | |||
2018-02-21 | Task #T556 add dockerfile for vyos-build-node | mtudosoiu | |
use debian:jessie docker container as build node for vyos1.2.x |