Coder Social home page Coder Social logo

vyos-image-builder's Introduction

VyOS image builder

This is a container release featuring:

  • Build VyOS 1.4 latest build cloud-init QEMU image
  • Completely automatic without a need to build from source

Credits

This is build from https://github.com/vyos/vyos-vm-images

Installation

Dependencies

You need docker to make this work.

Run the container

Change output directory if needed. Otherwise the qcow2 image and log will be outputed in project directory.

docker run --rm \
    -v /mnt:/mnt \
    -v "$(pwd):/output" \
    --privileged \
    -e VYOS_CLOUD_INIT="true" \
    -e VYOS_GUEST_AGENT="qemu" \
    -e VYOS_DISK_SIZE="2" \
    -e VYOS_ENABLE_SSH="true" \
    -e VYOS_LATEST_FILENAME="vyos-1.4-latest.qcow2" \
    cudabu/cudabu:vyos-rolling

Environment Variable breakdown

Value Description
VYOS_CLOUD_INIT Enable cloud init
VYOS_GUEST_AGENT Install QEMU agent tools
VYOS_DISK_SIZE Default is 10G
VYOS_ENABLE_SSH Allow SSH to image after install
VYOS_LATEST_FILENAME When image is complete this will be a static name to automate with Proxmox

Versions

  • 20.06.22: - Copy file at end to fixed name for further automation. Not using symbolic hardlinks due to lack of support in unRAID.
  • 18.06.22: - Pushed docker image to hub https://hub.docker.com/r/cudabu/cudabu
  • 17.06.22: - Initial version

vyos-image-builder's People

Contributors

cudabu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.