Minimise docker layers

This commit is contained in:
Simon Bruder 2019-11-01 16:28:18 +00:00 committed by Jakob Lechner
parent 3e89556ae6
commit aedcc9d9bc
6 changed files with 61 additions and 90 deletions

10
scripts/packer.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
set -o nounset
export NAME="$1"
mkdir -p images
export IMAGES="$(realpath images)"
cd packer
packer build "$NAME.json"