Skip to content

Instantly share code, notes, and snippets.

View lamawithonel's full-sized avatar

Lucas Yamanishi lamawithonel

  • Capital One
  • Washington, D.C.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lamawithonel on github.
  • I am lamawithonel (https://keybase.io/lamawithonel) on keybase.
  • I have a public key ASBSBGGdXYQ3C_3-iVmjSftKzlcoiyiw7ECxZizKbXeRLAo

To claim this, I am signing this object:

@lamawithonel
lamawithonel / SIMP-Builder
Last active August 19, 2016 21:52
A Dockerfile to build the SIMP ISO
FROM centos:7
LABEL name="simp_builder" \
vendor="Onyx Point, Inc." \
description="SIMP ISO build environment" \
build-date="20160725"
# The basename of the base ISO. This should be located in the build directory.
ARG BASE_ISO=CentOS-7-x86_64-DVD-1511.iso