Make SSH promt a bit color full (#2190)

* Make SSH promt a bit color full

* Update CHANGELOG.md

* Update build.json

* upgrade Alpine
This commit is contained in:
Pascal Vizeli
2021-09-22 15:55:59 +02:00
committed by GitHub
parent 958d41b487
commit 585d81392c
3 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 9.2.0
- Upgrade to Alpine 3.14
- Make Bash promt more colorful
- Upgrade Home Assistant CLI to 4.13.0
## 9.1.3
- Upgrade Home Assistant CLI to 4.12.3

View File

@@ -1,13 +1,13 @@
{
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.13",
"amd64": "ghcr.io/home-assistant/amd64-base:3.13",
"armhf": "ghcr.io/home-assistant/armhf-base:3.13",
"armv7": "ghcr.io/home-assistant/armv7-base:3.13",
"i386": "ghcr.io/home-assistant/i386-base:3.13"
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.14",
"amd64": "ghcr.io/home-assistant/amd64-base:3.14",
"armhf": "ghcr.io/home-assistant/armhf-base:3.14",
"armv7": "ghcr.io/home-assistant/armv7-base:3.14",
"i386": "ghcr.io/home-assistant/i386-base:3.14"
},
"args": {
"CLI_VERSION": "4.12.3",
"CLI_VERSION": "4.13.0",
"LIBWEBSOCKETS_VERSION": "4.1.4",
"TTYD_VERSION": "1.6.3"
}

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
export PS1="\W \$ "
export PS1="\e[0;32m[\h \W]\$ \e[m"
export SUPERVISOR_TOKEN={{ .supervisor_token }}
ha banner