[PR #4414] [MERGED] Alpine: Use onliner for updates #4855

Closed
opened 2026-02-26 14:32:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4414
Author: @tremor021
Created: 5/12/2025
Status: Merged
Merged: 5/12/2025
Merged by: @michelroegl-brunner

Base: mainHead: alpinez


📝 Commits (1)

📊 Changes

19 files changed (+106 additions, -115 deletions)

View changed files

📝 .github/workflows/scripts/app-test/pr-alpine-install.func (+2 -3)
📝 ct/alpine-adguard.sh (+11 -12)
📝 ct/alpine-docker.sh (+2 -2)
📝 ct/alpine-gitea.sh (+11 -12)
📝 ct/alpine-grafana.sh (+2 -2)
📝 ct/alpine-mariadb.sh (+10 -11)
📝 ct/alpine-node-red.sh (+13 -14)
📝 ct/alpine-postgresql.sh (+1 -2)
📝 ct/alpine-prometheus.sh (+10 -11)
📝 ct/alpine-tinyauth.sh (+1 -2)
📝 ct/alpine-vaultwarden.sh (+4 -3)
📝 ct/alpine-wireguard.sh (+1 -2)
📝 ct/alpine-zigbee2mqtt.sh (+2 -2)
📝 ct/alpine.sh (+1 -1)
📝 ct/npmplus.sh (+24 -24)
📝 frontend/public/json/alpine.json (+1 -1)
📝 misc/alpine-install.func (+1 -2)
📝 tools/pve/update-lxcs-cron.sh (+7 -7)
📝 tools/pve/update-lxcs.sh (+2 -2)

📄 Description

✍️ Description

  • Use apk -U upgrade instead of apk update && apk upgrade commands

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • 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/4414 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `alpinez` --- ### 📝 Commits (1) - [`73ab331`](https://github.com/community-scripts/ProxmoxVE/commit/73ab331ff07dc70b4b82a2c9e7ec07784915247a) Use onliner for updates ### 📊 Changes **19 files changed** (+106 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/scripts/app-test/pr-alpine-install.func` (+2 -3) 📝 `ct/alpine-adguard.sh` (+11 -12) 📝 `ct/alpine-docker.sh` (+2 -2) 📝 `ct/alpine-gitea.sh` (+11 -12) 📝 `ct/alpine-grafana.sh` (+2 -2) 📝 `ct/alpine-mariadb.sh` (+10 -11) 📝 `ct/alpine-node-red.sh` (+13 -14) 📝 `ct/alpine-postgresql.sh` (+1 -2) 📝 `ct/alpine-prometheus.sh` (+10 -11) 📝 `ct/alpine-tinyauth.sh` (+1 -2) 📝 `ct/alpine-vaultwarden.sh` (+4 -3) 📝 `ct/alpine-wireguard.sh` (+1 -2) 📝 `ct/alpine-zigbee2mqtt.sh` (+2 -2) 📝 `ct/alpine.sh` (+1 -1) 📝 `ct/npmplus.sh` (+24 -24) 📝 `frontend/public/json/alpine.json` (+1 -1) 📝 `misc/alpine-install.func` (+1 -2) 📝 `tools/pve/update-lxcs-cron.sh` (+7 -7) 📝 `tools/pve/update-lxcs.sh` (+2 -2) </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 - Use `apk -U upgrade` instead of `apk update && apk upgrade` commands ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **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. - [x] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **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 14:32:17 +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#4855
No description provided.