Debugged latest tag support.
This commit is contained in:
parent
50844597b0
commit
15bb827944
@ -1,5 +1,5 @@
|
||||
|
||||
platform=$1
|
||||
platform=$(basename $1)
|
||||
cd native
|
||||
for f in */*/*/kube-flannel.yml
|
||||
do
|
||||
@ -8,6 +8,8 @@ do
|
||||
mkdir -p ../$platform/$dir
|
||||
../fromNativeToRegistry.sh registry.altlinux.org $platform $f > ../$platform/$dir/kube-flannel.yml
|
||||
done
|
||||
mkdir -p ../$platform/latest
|
||||
../fromNativeToRegistry.sh registry.altlinux.org $platform $f latest > ../$platform/latest/kube-flannel.yml
|
||||
dir=latest
|
||||
echo $dir
|
||||
mkdir -p ../$platform/$dir
|
||||
../fromNativeToRegistry.sh registry.altlinux.org $platform $f $dir > ../$platform/$dir/kube-flannel.yml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user