Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. $ oc describe build/rails-postgresql-example-2
  2. Name: rails-postgresql-example-2
  3. Namespace: cdaley
  4. Created: 10 seconds ago
  5. Labels: app=rails-postgresql-example
  6. buildconfig=rails-postgresql-example
  7. openshift.io/build-config.name=rails-postgresql-example
  8. openshift.io/build.start-policy=Serial
  9. template=rails-postgresql-example
  10. Annotations: openshift.io/build-config.name=rails-postgresql-example
  11. openshift.io/build.number=2
  12. openshift.io/build.pod-name=rails-postgresql-example-2-build
  13.  
  14. Status: Running
  15. Started: Fri, 02 Jul 2021 13:43:11 EDT
  16. Duration: running for 10s
  17. FetchInputs: 0s
  18.  
  19. Build Config: rails-postgresql-example
  20. Build Pod: rails-postgresql-example-2-build
  21.  
  22. Strategy: Source
  23. URL: https://github.com/sclorg/rails-ex.git
  24. Commit: 57f0209 (Fix nokogiri dependencies)
  25. Author/Committer: Yaakov Selkowitz / Pavel Valena
  26. From Image: DockerImage image-registry.openshift-image-registry.svc:5000/openshift/ruby@sha256:b2a8d4b7f8f7878bf5f08355fd64b02b44afb299607ab9fd5efb055123874fdd
  27. Pull Secret Name: builder-dockercfg-c4phg
  28. Volumes:
  29. Name Source Type Source Mounts
  30. this-secret Secret my-secret /var/run/secrets/some-secret
  31. /var/run/secrets/some-other-secret
  32. this-configmap ConfigMap my-configmap /var/run/configmaps/some-configmap
  33. Output to: ImageStreamTag rails-postgresql-example:latest
  34. Post Commit Hook: ["/bin/sh", "-ic", "cat /var/run/secrets/some-secret/key; cat /var/run/secrets/some-configmap/key"]
  35. Push Secret: builder-dockercfg-c4phg
  36.  
  37. Build trigger cause: Manually triggered
  38.  
  39. Events:
  40. Type Reason Age From Message
  41. ---- ------ ---- ---- -------
  42. Normal Scheduled 10s default-scheduler Successfully assigned cdaley/rails-postgresql-example-2-build to ci-ln-6kvbjjt-f76d1-8vgcg-worker-b-4llxj
  43. Normal AddedInterface 7s multus Add eth0 [10.129.2.43/23] from openshift-sdn
  44. Normal Pulled 7s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:40e2a798b0c73ec67ea3bd308f897599fc37e2e78417476d60a21c18a5e908bd" already present on machine
  45. Normal Created 7s kubelet Created container git-clone
  46. Normal Started 7s kubelet Started container git-clone
  47. Normal BuildStarted 6s build-controller Build cdaley/rails-postgresql-example-2 is now running
  48. Normal Pulled 5s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:40e2a798b0c73ec67ea3bd308f897599fc37e2e78417476d60a21c18a5e908bd" already present on machine
  49. Normal Created 5s kubelet Created container manage-dockerfile
  50. Normal Started 5s kubelet Started container manage-dockerfile
  51. Normal Pulled 4s kubelet Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:40e2a798b0c73ec67ea3bd308f897599fc37e2e78417476d60a21c18a5e908bd" already present on machine
  52. Normal Created 4s kubelet Created container sti-build
  53. Normal Started 4s kubelet Started container sti-build
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement