项目作者: jayamorin

项目描述 :
Creation of base images using Packer.
高级语言: Shell
项目地址: git://github.com/jayamorin/base-images.git
创建时间: 2019-07-02T14:24:04Z
项目社区:https://github.com/jayamorin/base-images

开源协议:

下载


base-box-images

CircleCI

Packer templates for Vagrant base boxes

Build:

  1. packer build -var 'GITHUB_SSH_PUBKEY_URL=https://github.com/username.keys' ubuntu-18.04-amd64.json

Add to Vagrant:

  1. vagrant box add output/ubuntu-18.04.2-amd64-virtualbox.box --name ubuntu-18.04-amd64

Publish to https://app.vagrantup.com:

  1. vagrant cloud publish --box-version 0.0.2 --description "Ubuntu base image" --release jayamorin/ubuntu-18.04 0 virtualbox output/ubuntu-18.04.2-amd64-virtualbox.box

Start and provision Vagrant environments:

  1. GITHUB_SSH_PUBKEY_URL=https://github.com/username.keys vagrant up