mirror of
https://github.com/rancher/os.git
synced 2025-08-18 23:09:04 +00:00
- 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
11 lines
179 B
Bash
Executable File
11 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
source ./scripts/version
|
|
./scripts/release-build
|
|
|
|
cat dist/images | sed 's/^/docker push /' >> dist/publish.sh
|
|
chmod 755 dist/publish.sh
|