You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason docker-image does not see some images and i'm wonder why/whats wrong with them?
In some cases it does see images with one tag but ignores images with a different tag.
New one built using podman while old images was build by docker (not sure if that does make any difference).
In both cases I used: podman/docker build -t XXX --platform=linux/amd64 . on same linux machine
happy to share any other information that needed.
Debug logs do not show anything interesting:
Oct 29 21:46:42 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:42.971713513Z","level":"debug","source":"worker","message":"worker.volume-sweeper.tick.run.command-exited","data":{"command":"report-volumes","session":"7.94.3"}}
Oct 29 21:46:42 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:42.976900624Z","level":"debug","source":"worker","message":"worker.container-sweeper.tick.run.command-exited","data":{"command":"report-containers","session":"6.94.2"}}
Oct 29 21:46:42 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:42.982773840Z","level":"debug","source":"worker","message":"worker.volume-sweeper.tick.run.command-exited","data":{"command":"sweep-volumes","session":"7.94.5"}}
Oct 29 21:46:42 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:42.988207200Z","level":"debug","source":"worker","message":"worker.container-sweeper.tick.run.command-exited","data":{"command":"sweep-containers","session":"6.94.4"}}
Oct 29 21:46:46 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:46.281781742Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.heartbeated","data":{"session":"4.1"}}
Oct 29 21:46:47 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:47.969621709Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"4.1.2"}}
Oct 29 21:46:52 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:52.968718153Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"4.1.2"}}
Oct 29 21:46:57 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:46:57.973194689Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"4.1.2"}}
Oct 29 21:47:02 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:02.970130120Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"4.1.2"}}
Oct 29 21:47:07 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:07.973765336Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"4.1.2"}}
Oct 29 21:47:12 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:12.969623482Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"4.1.2"}}
Oct 29 21:47:12 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:12.971730256Z","level":"debug","source":"worker","message":"worker.container-sweeper.tick.run.command-exited","data":{"command":"report-containers","session":"6.95.2"}}
Oct 29 21:47:12 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:12.971784446Z","level":"debug","source":"worker","message":"worker.volume-sweeper.tick.run.command-exited","data":{"command":"report-volumes","session":"7.95.3"}}
Oct 29 21:47:12 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:12.982567966Z","level":"debug","source":"worker","message":"worker.container-sweeper.tick.run.command-exited","data":{"command":"sweep-containers","session":"6.95.4"}}
Oct 29 21:47:12 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:12.982756014Z","level":"debug","source":"worker","message":"worker.volume-sweeper.tick.run.command-exited","data":{"command":"sweep-volumes","session":"7.95.5"}}
Oct 29 21:47:16 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:16.310694872Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.heartbeated","data":{"session":"4.1"}}
Oct 29 21:47:17 webdevelop concourse[968449]: {"timestamp":"2024-10-29T20:47:17.969570974Z","level":"debug","source":"worker","message":"worker.beacon-runner.beacon.keepalive.tick","data":{"session":"4.1.2"}}
Expected behavior
docker-image should pull image without a problems
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
For some reason docker-image does not see some images and i'm wonder why/whats wrong with them?
In some cases it does see images with one tag but ignores images with a different tag.
old image:
new image:
Obviously image is accessible from terminal
Reproduction steps
Here is image annotations info
new image:
old image:
New one built using podman while old images was build by docker (not sure if that does make any difference).
In both cases I used:
podman/docker build -t XXX --platform=linux/amd64 .
on same linux machinehappy to share any other information that needed.
Debug logs do not show anything interesting:
Expected behavior
docker-image should pull image without a problems
Additional context
No response
The text was updated successfully, but these errors were encountered: