summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2019-01-11Docker build files for entrypoint and UIDsChristian Poessinger
2019-01-11CI/CD: Improve 'goso' handling for Docker and JenkinsChristian Poessinger
* Inside the container user can call 'sudo' without password * Added Docker environment variables to controll the 'gosu' UID/GID
2019-01-09Adding support for compiling vyos-frr packageRunar Borge
2019-01-09Added 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-09Change 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-06Docker: update apt xdependencies for vyos-accel-pppChristian Poessinger
2019-01-01Added support for compiiling vyos-accel-pppRunar Borge
2018-12-29Merge pull request #32 from runborg/autobuildChristian Poessinger
Script and Instructions for building all subpackages via docker
2018-12-26Added compilation of the kernel and wireguard submodule.Runar Borge
Also refactored some UI code for easyer reading
2018-12-24Added dependenies for compiling pmacct and vyos-keepalived to DockerfileRunar Borge
2018-12-24Added 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-18Added JenkinsfileChristian Poessinger
2018-12-18T1070 - 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-12Add uefi to vyos-buildKim Hagen
2018-10-27remove grub packagesUnicronNL
2018-10-27Add packages needed to build Azure imageUnicronNL
2018-09-03T556: Added packages to docker image for building qemu image and vyos-1xunixninja92
2018-08-12Docker build improvementsPeri Diane Jones
Fix missing dependencies and repositories, make the makefile exit with 1 if ISO file wasn't built.
2018-02-21Task #T556 add dockerfile for vyos-build-nodemtudosoiu
use debian:jessie docker container as build node for vyos1.2.x