Build: #248 was successful

Job: Push docker image was successful

Stages & jobs

  1. Update versions

  2. Build

  3. Push docker image

  4. Validate

  5. Release

    Requires a user to start manually
  6. Release 2nd stage

  7. Release 3rd stage

Job result summary

Completed
Duration
21 seconds
Agent
yu.openmrs.org (2)
Successful since
#44 ()

Error summary

The build generated some errors. See the full build log for more details.

+ docker login -u openmrsci -p ********
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores

+ set +x
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 751B done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/tomcat:7-jre8
#2 DONE 0.2s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [ 1/10] FROM docker.io/library/tomcat:7-jre8@sha256:3d6475354578a0b083f2e91700dcb8a1275dc5f574435276ce0ec69be588d6a3
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 104.52MB 0.7s done
#5 DONE 0.7s

#4 [ 1/10] FROM docker.io/library/tomcat:7-jre8@sha256:3d6475354578a0b083f2e91700dcb8a1275dc5f574435276ce0ec69be588d6a3
#4 CACHED

#6 [ 2/10] COPY openmrs.war  /usr/local/tomcat/webapps/openmrs.war
#6 DONE 0.4s

#7 [ 3/10] COPY setenv.sh /usr/local/tomcat/bin/setenv.sh
#7 DONE 0.1s

#8 [ 4/10] COPY wait-for-it.sh /usr/local/tomcat/wait-for-it.sh
#8 DONE 0.1s

#9 [ 5/10] COPY startup.sh /usr/local/tomcat/startup.sh
#9 DONE 0.1s

#10 [ 6/10] RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"' /usr/local/tomcat/conf/server.xml
#10 DONE 0.3s

#11 [ 7/10] RUN chmod +x /usr/local/tomcat/wait-for-it.sh
#11 DONE 0.3s

#12 [ 8/10] RUN chmod +x /usr/local/tomcat/startup.sh
#12 DONE 0.3s

#13 [ 9/10] COPY openmrs-distro.properties /root/openmrs-distro.properties
#13 DONE 0.1s

#14 [10/10] COPY Dockerfile /root/Dockerfile
#14 DONE 0.1s

#15 exporting to image
#15 exporting layers
#15 exporting layers 0.5s done
#15 writing image sha256:6ad70e632c0674d77c5b028a1a672e654a212fb6944a910858ecb00d44a8e401 done
#15 naming to docker.io/openmrs/openmrs-distro-platform:2.3.7-SNAPSHOT
#15 naming to docker.io/openmrs/openmrs-distro-platform:2.3.7-SNAPSHOT done
#15 DONE 0.6s