Skip to content

Conversation

@cryptovaltt
Copy link

General information

Docker container related change.
Proposed change to docker entrypoint code.

Bug reports

Restarting docker container after successful run fails when timezone (env TZ) contains '_' in it.
As it was found here, the cause of the bug is using _ as delimiter in sed expression that prevents using such timezones as America/New_York.

Proposed changes

Replacing delimiter _ with # that does not exist in any curent IANA or POSIX timezone databases.

Replaced delimiter '_' with '#' in TZ sed expressing to prevent errors processing timezones like 'America/New_York'
@github-actions
Copy link

github-actions bot commented Nov 9, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@cryptovaltt
Copy link
Author

I have read the CLA Document and I hereby sign the CLA or my organization already has a signed CLA.

@cryptovaltt cryptovaltt changed the title Replaced delimiter '_' with '#' in TZ sed expressing to prevent errors processing timezones like 'America/New_York' Replaced delimiter '_' with '#' in TZ sed expression to prevent errors processing timezones like 'America/New_York' Nov 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants