🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

bento-lpn

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bento-lpn

bundlerRubygems
Version
1.1.3
Version published
Maintainers
1
Created
Source

Gem Version Build Status Master

bento-lpn (fork of bento-ya)

A RubyGem for managing chef/bento builds

Requirements

  • Packer
  • At least one virtualization provider: VirtualBox, VMware Fusion, Parallels Desktop, etc

Quick Start

Bento-ya is a RubyGem and can be installed with:

$ gem install bento-lpn

If you use Bundler, you can add gem "bento-lpn" to your Gemfile and make sure to run bundle install.

Using bento

build

To build multiple templates for all providers (VirtualBox, Fusion, Parallels, etc):

$ bento build debian-8.6-amd64 debian-8.6-i386

To build a box for a single provider:

$ bento build --only=virtualbox-iso debian-8.6-amd64

NOTE: The following commands rely on the environmental variables ATLAS_TOKEN and ATLAS_ORG being correctly set.

upload

To upload built boxes to Atlas.

$ bento upload

release

$ bento release debian-8.6 2.3.3

revoke

$ bento revoke debian-8.6 2.3.3

delete

$ bento delete debian-8.6 2.3.3

Versioning

bento-lpn aims to adhere to Semantic Versioning 2.0.0.

License

Apache License, Version 2.0 (see LICENSE)

FAQs

Package last updated on 20 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts