Skip to content

Instantly share code, notes, and snippets.

@dayer4b
Created October 28, 2016 16:24
Show Gist options
  • Save dayer4b/665ec4aa46f3945dc5a810138be923c9 to your computer and use it in GitHub Desktop.
Save dayer4b/665ec4aa46f3945dc5a810138be923c9 to your computer and use it in GitHub Desktop.
#!/bin/bash
# FOLDERNAME="shipwrightTest"
FOLDERNAME="shipwrighttest"
mkdir -p /tmp/$FOLDERNAME
cd /tmp/$FOLDERNAME
git init
printf "FROM busybox\nADD . /code" > Dockerfile
printf '{\n "version": 1.0,\n "namespace": "shipwright"\n}' > .shipwright.json
git add .
git commit -am 'initial commit'
shipwright build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment