You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment of the official HA container on container runtimes which do not provide /.dockerenv results in installation type "Unknown". The expected type is "Home Assistant Container".
One such container runtime, Podman, provides the environment variable container=podman instead of the file /.dockerenv, see containers/podman#529.
In system_info.py, I propose to set info_object["docker"] to true when either /.dockerenv is present or os.environ.get('container') is true.
What version of Home Assistant Core has the issue?
2022.6.7
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
System Health
version
core-2022.6.7
installation_type
Unknown
dev
false
hassio
false
docker
false
user
root
virtualenv
false
python_version
3.9.12
os_name
Linux
os_version
5.10.0-15-amd64
arch
x86_64
timezone
Europe/Berlin
Home Assistant Cloud
logged_in
false
can_reach_cert_server
ok
can_reach_cloud_auth
ok
can_reach_cloud
ok
Dashboards
dashboards
1
resources
0
views
6
mode
storage
Recorder
oldest_recorder_run
21. Juni 2022 um 11:00
current_recorder_run
25. Juni 2022 um 12:27
estimated_db_size
491.46 MiB
database_engine
postgresql
database_version
13.7
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
The problem
Deployment of the official HA container on container runtimes which do not provide
/.dockerenv
results in installation type "Unknown". The expected type is "Home Assistant Container".One such container runtime, Podman, provides the environment variable
container=podman
instead of the file/.dockerenv
, see containers/podman#529.In
system_info.py
, I propose to setinfo_object["docker"]
to true when either/.dockerenv
is present oros.environ.get('container')
is true.What version of Home Assistant Core has the issue?
2022.6.7
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
System Health
Home Assistant Cloud
Dashboards
Recorder
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: