Advertisement
h3rbz

ceph podman pull error

Jun 17th, 2021
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. 2021-06-17 09:14:34,883 INFO Pulling container image docker.io/ceph/ceph:v16.2.4...
  2. 2021-06-17 09:14:34,883 DEBUG Running command: /usr/bin/podman pull docker.io/ceph/ceph:v16.2.4 --authfile=/etc/ceph/podman-auth.json
  3. 2021-06-17 09:14:34,951 DEBUG /usr/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4...
  4. 2021-06-17 09:14:36,914 DEBUG /usr/bin/podman: Getting image source signatures
  5. 2021-06-17 09:14:36,917 DEBUG /usr/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39
  6. 2021-06-17 09:14:36,917 DEBUG /usr/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621
  7. 2021-06-17 09:14:36,917 DEBUG /usr/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29
  8. 2021-06-17 09:14:36,918 DEBUG /usr/bin/podman: Writing manifest to image destination
  9. 2021-06-17 09:14:36,918 DEBUG /usr/bin/podman: Storing signatures
  10. 2021-06-17 09:14:36,925 DEBUG /usr/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29
  11. 2021-06-17 09:14:36,935 DEBUG Running command: /usr/bin/podman inspect --format {{.ID}},{{.RepoDigests}} docker.io/ceph/ceph:v16.2.4
  12. 2021-06-17 09:14:37,012 DEBUG /usr/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29,[docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949 docker.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337]
  13. 2021-06-17 09:14:37,019 DEBUG Running command: /usr/bin/podman run --rm --ipc=host --no-hosts --authfile=/etc/ceph/podman-auth.json --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=ceph-mmm1 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version
  14. 2021-06-17 09:14:37,326 DEBUG ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)
  15. 2021-06-17 09:14:37,629 DEBUG Running command: /usr/bin/podman version --format {{.Client.Version}}
  16. 2021-06-17 09:14:37,698 DEBUG /usr/bin/podman: 3.0.1
  17. 2021-06-17 09:14:37,715 INFO Pulling container image 2cf504fded39...
  18. 2021-06-17 09:14:37,715 DEBUG Running command: /usr/bin/podman pull 2cf504fded39 --authfile=/etc/ceph/podman-auth.json
  19. 2021-06-17 09:14:37,785 DEBUG /usr/bin/podman: Resolving "2cf504fded39" using unqualified-search registries (/etc/containers/registries.conf)
  20. 2021-06-17 09:14:37,785 DEBUG /usr/bin/podman: Trying to pull docker.io/library/2cf504fded39:latest...
  21. 2021-06-17 09:14:38,898 DEBUG /usr/bin/podman: denied: requested access to the resource is denied
  22. 2021-06-17 09:14:38,898 DEBUG /usr/bin/podman: Error: Error initializing source docker://2cf504fded39:latest: Error reading manifest latest in docker.io/library/2cf504fded39: errors:
  23. 2021-06-17 09:14:38,899 DEBUG /usr/bin/podman: denied: requested access to the resource is denied
  24. 2021-06-17 09:14:38,899 DEBUG /usr/bin/podman: unauthorized: authentication required
  25. 2021-06-17 09:14:38,899 DEBUG /usr/bin/podman:
  26. 2021-06-17 09:14:38,907 INFO Non-zero exit code 125 from /usr/bin/podman pull 2cf504fded39 --authfile=/etc/ceph/podman-auth.json
  27. 2021-06-17 09:14:38,907 INFO /usr/bin/podman: stderr Resolving "2cf504fded39" using unqualified-search registries (/etc/containers/registries.conf)
  28. 2021-06-17 09:14:38,907 INFO /usr/bin/podman: stderr Trying to pull docker.io/library/2cf504fded39:latest...
  29. 2021-06-17 09:14:38,907 INFO /usr/bin/podman: stderr denied: requested access to the resource is denied
  30. 2021-06-17 09:14:38,907 INFO /usr/bin/podman: stderr Error: Error initializing source docker://2cf504fded39:latest: Error reading manifest latest in docker.io/library/2cf504fded39: errors:
  31. 2021-06-17 09:14:38,908 INFO /usr/bin/podman: stderr denied: requested access to the resource is denied
  32. 2021-06-17 09:14:38,908 INFO /usr/bin/podman: stderr unauthorized: authentication required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement