Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. Cloning "https://github.com/fatherlinux/container-supply-chain.git" ...
  2. Commit: 6977321b077c382d39077de8b2977ca2b1da9bb0 (SM: Added gpg check back in)
  3. Author: Scott McCarty <smccarty@redhat.com>
  4. Date: Sun Mar 19 23:00:33 2017 -0400
  5. Checking for Docker config file for PULL_DOCKERCFG_PATH in path /var/run/secrets/openshift.io/pull
  6. Using Docker config file /var/run/secrets/openshift.io/pull/.dockercfg
  7. Step 1 : FROM 172.30.44.237:5000/crunchtools-operations/httpd-php@sha256:7c2ce90d97a5c409cd34f48f09d77e8b10961a3c327089a9c9c2ebbad06ab59f
  8. ---> 846497eb1b92
  9. Step 2 : MAINTAINER fatherlinux <scott.mccarty@gmail.com>
  10. ---> Running in 2768b48291d1
  11. ---> 821010324bce
  12. Removing intermediate container 2768b48291d1
  13. Step 3 : USER 1001
  14. ---> Running in 6c309655fb17
  15. ---> ab27b815e1bf
  16. Removing intermediate container 6c309655fb17
  17. Step 4 : VOLUME /var/www/html
  18. ---> Running in 66face7f04b9
  19. ---> 40bc7db390da
  20. Removing intermediate container 66face7f04b9
  21. Step 5 : ENV MEDIAWIKI_VERSION 1.28
  22. ---> Running in 9978268185e0
  23. ---> 5aab882025ef
  24. Removing intermediate container 9978268185e0
  25. Step 6 : COPY ./mediawiki.keys /mediawiki.keys
  26. ---> 5a2d808207e3
  27. Removing intermediate container e0de11c6627e
  28. Step 7 : RUN curl -o /usr/src/mediawiki.tar.gz -SL https://releases.wikimedia.org/mediawiki/${MEDIAWIKI_VERSION}/mediawiki-${MEDIAWIKI_VERSION}.0.tar.gz && curl -o /usr/src/mediawiki.tar.gz.sig -SL https://releases.wikimedia.org/mediawiki/${MEDIAWIKI_VERSION}/mediawiki-${MEDIAWIKI_VERSION}.0.tar.gz.sig && gpg --import /mediawiki.keys && gpg --verify /usr/src/mediawiki.tar.gz.sig /usr/src/mediawiki.tar.gz && tar -xzf /usr/src/mediawiki.tar.gz -C /usr/src/ && rm /usr/src/mediawiki.tar.gz /usr/src/mediawiki.tar.gz.sig
  29. ---> Running in 559cc561dba2
  30. % Total % Received % Xferd Average Speed Time Time Time Current
  31. Dload Upload Total Spent Left Speed
  32.  
  33. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  34. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  35. 50 31.4M 50 15.8M 0 0 13.8M 0 0:00:02 0:00:01 0:00:01 13.8M
  36. 100 31.4M 100 31.4M 0 0 17.5M 0 0:00:01 0:00:01 --:--:-- 17.5M
  37. % Total % Received % Xferd Average Speed Time Time Time Current
  38. Dload Upload Total Spent Left Speed
  39.  
  40. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  41. 100 287 100 287 0 0 1957 0 --:--:-- --:--:-- --:--:-- 1965
  42. gpg: directory `/opt/app-root/.gnupg' created
  43. gpg: new configuration file `/opt/app-root/.gnupg/gpg.conf' created
  44. gpg: WARNING: options in `/opt/app-root/.gnupg/gpg.conf' are not yet active during this run
  45. gpg: keyring `/opt/app-root/.gnupg/secring.gpg' created
  46. gpg: keyring `/opt/app-root/.gnupg/pubring.gpg' created
  47. gpg: /opt/app-root/.gnupg/trustdb.gpg: trustdb created
  48. gpg: key E8A3FEC4: public key "Tim Starling <tstarling@wikimedia.org>" imported
  49. gpg: key 4D70938E: public key "Brion Vibber <brion@pobox.com>" imported
  50. gpg: key F9F8CD79: public key "Tim Starling <tstarling@wikimedia.org>" imported
  51. gpg: key 9D3BB7B0: public key "Sam Reed <reedy@wikimedia.org>" imported
  52. gpg: key 4D70938E: "Brion Vibber <brion@pobox.com>" not changed
  53. gpg: key 9D3BB7B0: "Sam Reed <reedy@wikimedia.org>" not changed
  54. gpg: key 62D84F01: public key "Chris Steipp <csteipp@wikimedia.org>" imported
  55. gpg: key 7F901A30: public key "Mark A. Hershberger <mah@everybody.org>" imported
  56. gpg: key 5DC00AA7: public key "Markus Glaser <glaser@hallowelt.biz>" imported
  57. gpg: key 23107F8A: public key "Chad Horohoe <chad@wikimedia.org>" imported
  58. gpg: key 018FAC02: public key "Tyler Cipriani <tcipriani@wikimedia.org>" imported
  59. gpg: Total number processed: 11
  60. gpg: imported: 9 (RSA: 4)
  61. gpg: unchanged: 2
  62. gpg: no ultimately trusted keys found
  63. gpg: Signature made Mon Nov 28 19:43:27 2016 UTC using RSA key ID 23107F8A
  64. gpg: Good signature from "Chad Horohoe <chad@wikimedia.org>"
  65. gpg: aka "keybase.io/demon <demon@keybase.io>"
  66. gpg: WARNING: This key is not certified with a trusted signature!
  67. gpg: There is no indication that the signature belongs to the owner.
  68. Primary key fingerprint: 41B2 ABE8 17AD D3E5 2BDA 946F 72BC 1C5D 2310 7F8A
  69. ---> 618772b836c2
  70. Removing intermediate container 559cc561dba2
  71. Step 8 : COPY ./docker-entrypoint.sh /entrypoint.sh
  72. ---> 0a329522dd55
  73. Removing intermediate container b53b0b1b9705
  74. Step 9 : ENTRYPOINT /entrypoint.sh
  75. ---> Running in 4399bb84ff20
  76. ---> ad772a418725
  77. Removing intermediate container 4399bb84ff20
  78. Step 10 : CMD /cmd.sh
  79. ---> Running in f59f3f4a9bad
  80. ---> 2af00af07d32
  81. Removing intermediate container f59f3f4a9bad
  82. Step 11 : ENV "OPENSHIFT_BUILD_NAME" "mediawiki-6" "OPENSHIFT_BUILD_NAMESPACE" "crunchtools-operations" "OPENSHIFT_BUILD_SOURCE" "https://github.com/fatherlinux/container-supply-chain.git" "OPENSHIFT_BUILD_COMMIT" "6977321b077c382d39077de8b2977ca2b1da9bb0"
  83. ---> Running in 9253e5548603
  84. ---> 7b2da0776290
  85. Removing intermediate container 9253e5548603
  86. Step 12 : LABEL "io.openshift.build.commit.id" "6977321b077c382d39077de8b2977ca2b1da9bb0" "io.openshift.build.commit.ref" "master" "io.openshift.build.commit.message" "SM: Added gpg check back in" "io.openshift.build.source-location" "https://github.com/fatherlinux/container-supply-chain.git" "io.openshift.build.source-context-dir" "mediawiki" "io.openshift.build.commit.author" "Scott McCarty \u003csmccarty@redhat.com\u003e" "io.openshift.build.commit.date" "Sun Mar 19 23:00:33 2017 -0400"
  87. ---> Running in 8b37b7347568
  88. ---> 16bf9d838505
  89. Removing intermediate container 8b37b7347568
  90. Successfully built 16bf9d838505
  91.  
  92. Pushing image 172.30.44.237:5000/crunchtools-operations/mediawiki:latest ...
  93. Pushed 0/17 layers, 0% complete
  94. Pushed 1/17 layers, 7% complete
  95. Pushed 2/17 layers, 12% complete
  96. Pushed 3/17 layers, 18% complete
  97. Pushed 4/17 layers, 24% complete
  98. Pushed 5/17 layers, 30% complete
  99. Pushed 6/17 layers, 35% complete
  100. Push successful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement