maneetgoyal commented on issue #952:
URL: https://github.com/apache/plc4x/issues/952#issuecomment-1556074210

   ```
   [+] Building 3188.3s (36/36) FINISHED                                        
      
    => [internal] load build definition from Dockerfile                         
 0.0s
    => => transferring dockerfile: 5.03kB                                       
 0.0s
    => [internal] load .dockerignore                                            
 0.0s
    => => transferring context: 35B                                             
 0.0s
    => [internal] load metadata for docker.io/azul/zulu-openjdk:11              
 0.0s
    => [internal] load metadata for docker.io/library/alpine:3.10               
 2.6s
    => [build  1/24] FROM docker.io/azul/zulu-openjdk:11                        
 0.0s
    => [packager 1/4] FROM docker.io/library/alpine:3.10@sha256:451eee8bedcb2f0 
 0.0s
    => [internal] load build context                                            
 2.5s
    => => transferring context: 1.31MB                                          
 2.4s
    => CACHED [packager 2/4] RUN apk update                                     
 0.0s
    => CACHED [packager 3/4] RUN apk --no-cache add openjdk11-jdk openjdk11-jmo 
 0.0s
    => CACHED [packager 4/4] RUN /usr/lib/jvm/java-11-openjdk/bin/jlink     --v 
 0.0s
    => CACHED [stage-2 2/3] COPY --from=packager /opt/java-minimal /opt/java-mi 
 0.0s
    => CACHED [build  2/24] RUN apt update -y                                   
 0.0s
    => CACHED [build  3/24] RUN apt install -y make libpcap-dev libc-dev git    
 0.0s
    => CACHED [build  4/24] RUN apt install -y build-essential                  
 0.0s
    => CACHED [build  5/24] RUN apt install -y wget                             
 0.0s
    => CACHED [build  6/24] RUN wget -q https://packages.microsoft.com/config/u 
 0.0s
    => CACHED [build  7/24] RUN dpkg -i packages-microsoft-prod.deb             
 0.0s
    => CACHED [build  8/24] RUN apt install -y software-properties-common       
 0.0s
    => CACHED [build  9/24] RUN add-apt-repository universe -y                  
 0.0s
    => CACHED [build 10/24] RUN apt install -y apt-transport-https              
 0.0s
    => CACHED [build 11/24] RUN apt update -y                                   
 0.0s
    => CACHED [build 12/24] RUN apt install -y dotnet-sdk-6.0                   
 0.0s
    => CACHED [build 13/24] RUN apt install -y python3 python3-venv python3-pip 
 0.0s
    => CACHED [build 14/24] RUN pip3 install wheel                              
 0.0s
    => CACHED [build 15/24] RUN apt install -y dos2unix                         
 0.0s
    => [build 16/24] COPY . /ws/                                                
 3.7s
    => [build 17/24] WORKDIR /ws                                                
 0.0s
    => [build 18/24] RUN chmod +x ./mvnw                                        
 0.3s
    => [build 19/24] RUN dos2unix ./mvnw                                        
 0.2s
    => [build 20/24] RUN dos2unix .mvn/wrapper/maven-wrapper.properties         
 0.2s
    => [build 21/24] RUN ./mvnw -P with-c,with-dotnet,with-go,with-sandbox c  
1428.6s
    => [build 22/24] RUN ./mvnw install                                       
1730.3s
    => [build 23/24] RUN ./mvnw org.apache.maven.plugins:maven-help-plugin:3.2  
18.2s
    => [build 24/24] RUN PROJECT_VERSION=`cat project_version`; mv plc4j/exampl 
 0.4s
    => [stage-2 3/3] COPY --from=build /ws/plc4xdemo.jar /plc4xdemo.jar         
 0.1s
    => exporting to image                                                       
 0.2s
    => => exporting layers                                                      
 0.2s
    => => writing image sha256:738b7024f65ba4af9af8358ddf46797435dfa12bf94b34d2 
 0.0s
    => => naming to docker.io/library/plc4x 
   ```
   @chrisdutz Works okay after puling in the latest updates. Modified the 
dockerfile too:
   
   ```
   # Build everything with all tests
   # RUN ./mvnw -P with-c,with-dotnet,with-go,with-sandbox install
   RUN ./mvnw install
   ```
   
   Running a test without this change shortly.
   
   _(Intel Chip)_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to