mirror of
https://github.com/rancher/os.git
synced 2025-09-24 20:09:21 +00:00
Initiate Burmilla OS project
- Use burmilla GitHub repos - Release under burmilla Docker Hub - GitHub action for create releases - Updated boot image and login banner - Use Debian as default console - Updated system-cron to v0.5.0 - Updated services to latest versions - Bump up kernel to 4.14.206 - Include burmilla/os-debianconsole:v1.9.0 to initrd
This commit is contained in:
@@ -19,8 +19,8 @@ for i in $BASE/[0-9]*; do
|
||||
${i}/prebuild.sh
|
||||
fi
|
||||
|
||||
if dapper -d --build -f ${i}/Dockerfile -- -t rancher/${name} ${i}; then
|
||||
docker tag rancher/${name} ${tag}
|
||||
if dapper -d --build -f ${i}/Dockerfile -- -t burmilla/${name} ${i}; then
|
||||
docker tag burmilla/${name} ${tag}
|
||||
echo "${tag}" >> dist/images
|
||||
elif [ "$?" != "42" ]; then
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user