Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod status imageID field no longer contains the resolved image #28535

Open
bcaton85 opened this issue Jan 18, 2024 · 1 comment
Open

Pod status imageID field no longer contains the resolved image #28535

bcaton85 opened this issue Jan 18, 2024 · 1 comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@bcaton85
Copy link

In OCP 4.14 and previous, the pod.status.containerStatuses.imageID field contained the resolved image and digest that was used for the pod. In OCP 4.15 the imageID field seems to contain a generated alphanumeric string. Extracting the digest used by the pod is required for products like the container security operator which no longer works on OCP 4.15.

Version

Client Version: 4.13.0-202307100954.p0.ge4c9a6a.assembly.stream-e4c9a6a
Kustomize Version: v4.5.7
Server Version: 4.15.0-0.nightly-2024-01-18-050837
Kubernetes Version: v1.28.5+c84a6b8

Steps To Reproduce
  1. Deploy any image
  2. Check the pod.status.containerStatuses.imageID and see it contains an alphanumeric string and not the resolved digest
Current Result

An alphanumeric string.

Expected Result

The resolved digest of the image.

@openshift-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

2 participants