Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created April 13, 2018 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/1e66feb03ee147d57e90c8f4f970e19b to your computer and use it in GitHub Desktop.
Save jcrossley3/1e66feb03ee147d57e90c8f4f970e19b to your computer and use it in GitHub Desktop.
[jim@localhost scavenger-hunt-microservice]$ ./update.sh
Be sure to be connected to the openshift cluster
Already on project "scavenger-hunt-microservice" on server "https://openshift-master.summit-aws.sysdeseng.com:443".
Using config: openshift/aws
Updating config map
configmap "scavenger-config" deleted
configmap "scavenger-config" created
Building app
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building scavenger-hunt-microservice 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- vertx-maven-plugin:1.0.13:initialize (vmp) @ scavenger-hunt-microservice ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ scavenger-hunt-microservice ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ scavenger-hunt-microservice ---
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.059 s
[INFO] Finished at: 2018-04-13T09:39:56-04:00
[INFO] Final Memory: 25M/619M
[INFO] ------------------------------------------------------------------------
Triggering build
Uploading directory "." as binary input for the build ...
build "scavenger-hunt-microservice-42" started
Receiving source from STDIN as archive ...
Step 1/11 : FROM redhat-openjdk-18/openjdk18-openshift:1.3-4
---> 372c32d34237
Step 2/11 : EXPOSE 8080
---> Using cache
---> 7628356f73ff
Step 3/11 : COPY target/dependency/* /deployments/libs/
---> eade641aef74
Removing intermediate container 6f5d3d2c7dc1
Step 4/11 : ENV JAVA_APP_DIR /deployments
---> Running in 74104493a0ca
---> aef8537109e4
Removing intermediate container 74104493a0ca
Step 5/11 : ENV JAVA_LIB_DIR /deployments/libs
---> Running in c1fdac8f8f9d
---> 73f394ea0664
Removing intermediate container c1fdac8f8f9d
Step 6/11 : ENV JAVA_CLASSPATH ${JAVA_APP_DIR}/classes:${JAVA_LIB_DIR}/*
---> Running in 16d09df35ee1
---> 7d8f1ba0ef8b
Removing intermediate container 16d09df35ee1
Step 7/11 : ENV JAVA_OPTIONS "-Dvertx.cacheDirBase=/tmp -Dvertx.disableDnsResolver=true"
---> Running in 3eb45ab37225
---> a7b58f3842f2
Removing intermediate container 3eb45ab37225
Step 8/11 : ENV JAVA_MAIN_CLASS "io.vertx.core.Launcher run me.escoffier.keynote.MainVerticle"
---> Running in e98af7f00cae
---> 40d6897e69f9
Removing intermediate container e98af7f00cae
Step 9/11 : COPY target/classes /deployments/classes
---> 7611a69a95c9
Removing intermediate container 4a36a030f2a1
Step 10/11 : ENV "OPENSHIFT_BUILD_NAME" "scavenger-hunt-microservice-42" "OPENSHIFT_BUILD_NAMESPACE" "scavenger-hunt-microservice"
---> Running in 5f49e840ec07
---> e93aad4b1093
Removing intermediate container 5f49e840ec07
Step 11/11 : LABEL "io.openshift.build.name" "scavenger-hunt-microservice-42" "io.openshift.build.namespace" "scavenger-hunt-microservice"
---> Running in eb6024cfe666
---> 20d156d69387
Removing intermediate container eb6024cfe666
Successfully built 20d156d69387
Pushing image docker-registry.default.svc:5000/scavenger-hunt-microservice/scavenger-hunt-microservice:latest ...
Pushed 5/7 layers, 72% complete
Pushed 6/7 layers, 94% complete
Pushed 7/7 layers, 100% complete
Push successful
[jim@localhost scavenger-hunt-microservice]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment