Giter VIP home page Giter VIP logo

punk's Introduction

A GUI for generating Packer templates

View a live example of Punk here!

Contents

Motivation

HashiCorp Packer is a tool for automating the creation of machine images. Packer uses templates for defining one or more builds using one of two file formats, JSON and HCL.

I created Punk as a means to provide a GUI for creating Packer templates.

To put it quite simply, Punk provides a simple and clean user interface that allows users to focus more on the specific details of a machine image rather than the format of the Packer template.

Note: Punk is still in its infancy and lacks many features. However, should you discover a missing feature or bug, please create a new issue.

Requirements

  • Yarn (for local deployment)
  • Docker (for production deployment)

Usage

Getting started with Punk is easy, simply follow the instructions below:

Local

$ yarn serve

Docker

Note: Even though this is a public repository, you still need to be authenticated to download this image. For more information, please refer to the official documentation.

$ docker pull docker.pkg.github.com/jasonwalsh/punk/punk:latest
$ docker run -d -p 8080:8080 docker.pkg.github.com/jasonwalsh/punk/punk

Limitations

Punk started as a weekend project and is very limited in functionality. Currently, Punk only supports the amazon-ebs builder with limited configuration options.

The options currently supported for the amazon-ebs builder are:

  • access_key
  • ami_name
  • instance_type
  • region
  • secret_key
  • source_ami

While these options are limited, the result produces a valid Packer template.

Future Considerations

As mentioned previously, Punk is still in its infancy and has the potential to grow. Below is a list of potential features that would make Punk a better product:

License

MIT License

punk's People

Contributors

dependabot[bot] avatar elgohr avatar jasonwalsh 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.