Open cristianrgreco opened 1 year ago
A friendly reminder that this issue had no activity for 30 days.
@flouthoc this is happening most likely because the pull is happening in Buildah, and buildah does not create a podman event. Any thoughts on how we could fix this?
I can think of two ways:
Issue Description
An image pull event is not emitted when building an image from a Dockerfile with the
pull
field set totrue
. https://docs.podman.io/en/latest/_static/api.html?version=v4.4#tag/system/operation/SystemEventsLibpodSteps to reproduce the issue
pull
field set totrue
Describe the results you received
No image pull event received
Describe the results you expected
Expected an image pull event, same as Docker.
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock
Additional information
No response