-
Bug
-
Resolution: Done
-
Normal
-
None
-
rhel-9.4.z
-
None
-
Yes
-
Important
-
rhel-container-tools
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
x86_64
-
None
What were you trying to do that didn't work?
Building Red Hat OpenStack Services containers on latesr rhel 9.4 container images.
What is the impact of this issue to you?
Certain OpenStack services containes fail to start from the RHOSO container images created using this image as base because can not discover local timezone:
Please provide the package NVR for which the bug is seen:
Container image registry.redhat.io/rhel9-4-els/rhel:9.4 with digest "sha256:5240925f96b4f02742168a610051cc9a36ff21c8afdaa2c1c63cc87d9056dbb7" shows the issue while previous images up to registry.redhat.io/rhel9-4-els/rhel:9.4-1227 worked properly
Steps to reproduce
$ podman run --rm -it registry.redhat.io/rhel9-4-els/rhel:9.4 ls -l /etc/localtime
Expected results
$ podman run --rm -it registry.redhat.io/rhel9-4-els/rhel:9.4-1227 ls -l /etc/localtime
lrwxrwxrwx. 1 root root 29 Jun 24 12:21 /etc/localtime -> ../usr/share/zoneinfo/Etc/UTC
Actual results
$ podman run --rm -it registry.redhat.io/rhel9-4-els/rhel:9.4 ls -l /etc/localtime
ls: cannot access '/etc/localtime': No such file or directory