Minimise docker layers
This commit is contained in:
parent
3e89556ae6
commit
aedcc9d9bc
6 changed files with 61 additions and 90 deletions
10
scripts/packer.sh
Executable file
10
scripts/packer.sh
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue