mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Script updates
This commit is contained in:
14
scripts/build-extra-images
Executable file
14
scripts/build-extra-images
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
source scripts/build-common
|
||||
|
||||
>${BUILD}/tags
|
||||
for i in scripts/extraimages/[0-9]*; do
|
||||
tag=$(echo $i | cut -f2 -d-)
|
||||
echo Building $tag
|
||||
docker build -t rancher/$tag -f $i .
|
||||
echo $tag >> ${BUILD}/tags
|
||||
done
|
Reference in New Issue
Block a user