tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
11.68k stars 1.81k forks source link

tzdata package missing in alpine-docker-install.sh #3261

Closed julio-carnegy closed 5 days ago

julio-carnegy commented 5 days ago

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

Missing package tzdata in alpine-docker causes timezone mount issues in child docker containers if timezone is set in container environment.

What settings are you currently utilizing?

Advanced Settings

Which Linux distribution are you employing?

Alpine

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

Default install of https://github.com/tteck/Proxmox/blob/main/install/alpine-docker-install.sh causes file-to-folder mount issues in child containers, resulting in container no-start.

Confirmed fresh install of https://github.com/tteck/Proxmox/blob/main/install/alpine-docker-install.sh with apk add tzdata prevents the issue from occurring.