lsabi commented on issue #2882:
URL: https://github.com/apache/iggy/issues/2882#issuecomment-4100226961

   @hubcio Sorry for the late reply, it took a really looong time to figure out 
the missing library and then compile the project. Anyways, it seems to work. 
Below the out put summary
   
   ```
   [5/5] STEP 7/10: COPY --from=prebuilt /out/iggy-server 
/usr/local/bin/iggy-server
   --> 2092858f3c4f
   [5/5] STEP 8/10: COPY --from=prebuilt /out/iggy        /usr/local/bin/iggy
   --> 3d0e7e41a24c
   [5/5] STEP 9/10: RUN echo 
"═══════════════════════════════════════════════════════════════" &&     echo " 
                   IGGY SERVER BUILD SUMMARY                  " &&     echo 
"═══════════════════════════════════════════════════════════════" &&     echo 
"Build Type:     PREBUILT BINARIES" &&     echo "Platform:       
${TARGETPLATFORM:-linux/amd64}" &&     echo "Source Path:    
${PREBUILT_IGGY_SERVER:-not specified}" &&     echo "Binary Info:" &&     
(command -v file >/dev/null 2>&1 && file /usr/local/bin/iggy-server | sed 's/^/ 
 /' ||     echo "  $(ldd /usr/local/bin/iggy-server 2>&1 | head -1)") &&     
echo "Binary Size:" &&     ls -lh /usr/local/bin/iggy-server 
/usr/local/bin/iggy | awk '{print "  " $9 ": " $5}' &&     echo "
 Build Date:     $(date -u '+%Y-%m-%d %H:%M:%S UTC')" &&     echo "Container 
Base: debian:trixie-slim" &&     echo 
"═══════════════════════════════════════════════════════════════"
   WARN[0000] The storage 'driver' option should be set in 
/etc/containers/storage.conf. A driver was picked automatically. 
   ═══════════════════════════════════════════════════════════════
                       IGGY SERVER BUILD SUMMARY                  
   ═══════════════════════════════════════════════════════════════
   Build Type:     PREBUILT BINARIES
   Platform:       linux/amd64
   Source Path:    target/debug/iggy-server
   Binary Info:
     /usr/local/bin/iggy-server: ELF 64-bit LSB pie executable, x86-64, version 
1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for 
GNU/Linux 3.2.0, BuildID[sha1]=9c277f0e925b26344582256f501b806bd95ad1b4, with 
debug_info, not stripped
   Binary Size:
     /usr/local/bin/iggy: 214M
     /usr/local/bin/iggy-server: 355M
   Build Date:     2026-03-20 18:33:44 UTC
   Container Base: debian:trixie-slim
   ═══════════════════════════════════════════════════════════════
   --> 76333710b1d0
   [5/5] STEP 10/10: ENTRYPOINT ["iggy-server"]
   [5/5] COMMIT iggy-server-test
   --> c06c9d8ec02c
   Successfully tagged localhost/iggy-server-test:latest
   ```


-- 
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