Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ------------------------------------------------------------
  2. Gradle 5.6
  3. ------------------------------------------------------------
  4.  
  5. Build time: 2019-08-14 21:05:25 UTC
  6. Revision: f0b9d60906c7b8c42cd6c61a39ae7b74767bb012
  7.  
  8. Kotlin: 1.3.41
  9. Groovy: 2.5.4
  10. Ant: Apache Ant(TM) version 1.9.14 compiled on March 12 2019
  11. JVM: 1.8.0_221 (Oracle Corporation 25.221-b11)
  12. OS: Linux 5.0.0-29-generic amd64
  13.  
  14. Removing intermediate container b066a140ca0c
  15. ---> 31afc3e1dfad
  16. Step 33/38 : RUN java -version
  17. ---> Running in a0b1a67a0252
  18. java version "1.8.0_221"
  19. Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
  20. Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode)
  21. Removing intermediate container a0b1a67a0252
  22. ---> dfbe92c56bd9
  23. Step 34/38 : RUN mvn -version
  24. ---> Running in f458dcd682b8
  25. Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
  26. Maven home: /home/ajanmsa/apache-maven-3.6.1
  27. Java version: 1.8.0_221, vendor: Oracle Corporation, runtime: /home/ajanmsa/jdk1.8.0_221/jre
  28. Default locale: en_US, platform encoding: ANSI_X3.4-1968
  29. OS name: "linux", version: "5.0.0-29-generic", arch: "amd64", family: "unix"
  30. Removing intermediate container f458dcd682b8
  31. ---> 79ff8cddcb4f
  32. Step 35/38 : COPY ./s2i/bin/ /home/ajanmsa/s2iscripts/
  33. ---> 7f10b0f90454
  34. Step 36/38 : USER ajanmsa
  35. ---> Running in 3bdfc14ceb8f
  36. Removing intermediate container 3bdfc14ceb8f
  37. ---> 63c61ddae55a
  38. Step 37/38 : EXPOSE 8097
  39. ---> Running in 4d1efa1c54a6
  40. Removing intermediate container 4d1efa1c54a6
  41. ---> 2eb9ad303097
  42. Step 38/38 : CMD ["/home/ajanmsa/s2iscripts/usage"]
  43. ---> Running in 9acde6c07552
  44. Removing intermediate container 9acde6c07552
  45. ---> 78847e1204fc
  46. Successfully built 78847e1204fc
  47. Successfully tagged msa-ubuntu-builder:latest
  48. sl-ajanthan@slajanthan-Latitude-3580:~/blogs/builder-image/msa-ubuntu-builder$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement