[PR #6354] [CLOSED] Bump Home Assistant template to Ubuntu 24.04 #6110

Closed
opened 2026-02-26 15:30:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6354
Author: @mattv8
Created: 7/29/2025
Status: Closed

Base: mainHead: fix-homeassistant-core


📝 Commits (1)

  • fc602b8 Bump Home Assistant template to Ubuntu 24.04

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 ct/homeassistant-core.sh (+4 -4)
📝 frontend/public/json/homeassistant-core.json (+1 -1)

📄 Description

✍️ Description

This script previously used Ubuntu 24.10 template which had compatibility issues, so I've tested successfully with 24.04. The script was failing with (in verbose mode):
✔️ LXC Template List Updated
✔️ LXC Template 'ubuntu-24.04-standard_24.04-2_amd64.tar.zst' is ready to use.
✖️ Container creation failed. Checking if template is corrupted or incomplete.
✖️ Template is valid, but container creation still failed.

[ERROR] in line 1122: exit code 0: while executing command bash -c "(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" ?

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
    I couldn't test this in ProxmoxVED as the script didn't exist. Instead, I tested on my fork directly (e.g. bash -c "$(curl -fsSL https://raw.githubusercontent.com/mattv8/ProxmoxVE/main/ct/homeassistant-core.sh)")
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/6354 **Author:** [@mattv8](https://github.com/mattv8) **Created:** 7/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-homeassistant-core` --- ### 📝 Commits (1) - [`fc602b8`](https://github.com/community-scripts/ProxmoxVE/commit/fc602b897c51536de39f52a33de954671dadd8ec) Bump Home Assistant template to Ubuntu 24.04 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `ct/homeassistant-core.sh` (+4 -4) 📝 `frontend/public/json/homeassistant-core.json` (+1 -1) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description This script previously used Ubuntu 24.10 template which had compatibility issues, so I've tested successfully with 24.04. The script was failing with (in verbose mode): ✔️ LXC Template List Updated ✔️ LXC Template 'ubuntu-24.04-standard_24.04-2_amd64.tar.zst' is ready to use. ✖️ Container creation failed. Checking if template is corrupted or incomplete. ✖️ Template is valid, but container creation still failed. [ERROR] in line 1122: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $? ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. I couldn't test this in ProxmoxVED as the script didn't exist. Instead, I tested on my fork directly (e.g. bash -c "$(curl -fsSL https://raw.githubusercontent.com/mattv8/ProxmoxVE/main/ct/homeassistant-core.sh)") - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:30:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#6110
No description provided.