If container started via REST API timezone setting from containers.conf is not considered #11124
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
If container is started via REST API (compat or libpod), timezone setting from containers.conf (
tz = "local"
) is not taken into account.Steps to reproduce the issue:
libpod/containers/create
orcontainers/create
endpoint.libpod/containers/{ID}/json
orcontainers/{ID}/json
Config.Timezone
, field is not presentpodman create <image>
, field is present, and has value from mycontainers.conf
fileDescribe the results you received:
Container inspection does not show
Config.Timezone
value configured incontainers.conf
Describe the results you expected:
Container inspection should show
Config.Timezone
value as configured incontainers.conf
Output of
podman version
:Output of
podman info --debug
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: