Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-21916

Build image function of Docker Tooling shows no message on console

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 4.4.0.Final
    • 4.3.0.Final
    • docker, upstream
    • None
    • devex #115 May 2016
    • 3

      "docker build" command show the message of build process and error on consol like below.

      *_$ docker build --tag=jboss/wildfly:joseph .
      Sending build context to Docker daemon 1.021 MB
      Step 1 : FROM jboss/wildfly
       ---> bda4b726bee1
      Step 2 : MAINTAINER Joseph Hwang "gladitor67@naver.com"
       ---> Using cache
       ---> 8914ffd24e28
      Step 3 : ENV WILDFLY_VERSION 10.0.0.Final
       ---> Using cache
       ---> 176b7b9a5b7f
      Step 4 : ENV JBOSS_HOME /opt/jboss/wildfly
       ---> Using cache
       ---> 3f8d1e30f787
      Step 5 : RUN cd $HOME     && curl -O https://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERSION.zip     && unzip wildfly-$WILDFLY_VERSION.zip     && mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME     && rm wildfly-$WILDFLY_VERSION.zip
       ---> Using cache
       ---> 454f6749ff6c
      Step 6 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql
       ---> Using cache
       ---> 2fce5a99913c
      Step 7 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql/main
       ---> Using cache
       ---> 1e4f8bd9aa50
      Step 8 : ADD module.xml $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
       ---> Using cache
       ---> 723e4a09b3a0
      Step 9 : ADD mysql-connector-java-5.1.38-bin.jar $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
       ---> Using cache
       ---> 7cc730359445
      Step 10 : ADD standalone.xml $JBOSS_HOME/standalone/configuration/
       ---> Using cache
       ---> 9ac873838925
      Successfully built 79d34c841245_*
      

      But in JBossTools there is no message shown on console except progress bar.

      I recommend the 'build image function of docker tooling' to show the build message on console.

            xcoulon@redhat.com Xavier Coulon
            gladiator67@naver.com Joseph Hwang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: