Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. Software Development
  3. VOXL SDK
  4. voxl-cross docker image without network

voxl-cross docker image without network

Scheduled Pinned Locked Moved VOXL SDK
2 Posts 2 Posters 444 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nicholas Clark
    wrote on last edited by
    #1

    On a system without direct access to the internet, the voxl-cross docker image version 2.7 executes this scipt when a login shell is created which triggers multiple http requests that will not complete on an offline system:

    /etc/profile.d/local_completions.sh

    AVAILABLE_SECTIONS=( "$(wget http://voxl-packages.modalai.com/dists/qrb5165 -q -
    O- | grep ' -' | cut -d '>' -f 2 | cut -d '/' -f 1 )" )
    
    AVAILABLE_DISTS=( "$( wget http://voxl-packages.modalai.com/dists -q -O- | grep
    ' -' | cut -d '>' -f 2 | cut -d '/' -f 1 )" )
    

    The voxl-docker wrapper script has this as its default entrypoint:

    ENTRYPOINT="/bin/bash -l" # login shell so it loads /etc/profile
    

    The combination of the default entrypoint requiring a login shell and the voxl-cross containing mandatory network calls as part of the login process lead to an unstable image.

    ModeratorM 1 Reply Last reply
    0
    • N Nicholas Clark

      On a system without direct access to the internet, the voxl-cross docker image version 2.7 executes this scipt when a login shell is created which triggers multiple http requests that will not complete on an offline system:

      /etc/profile.d/local_completions.sh

      AVAILABLE_SECTIONS=( "$(wget http://voxl-packages.modalai.com/dists/qrb5165 -q -
      O- | grep ' -' | cut -d '>' -f 2 | cut -d '/' -f 1 )" )
      
      AVAILABLE_DISTS=( "$( wget http://voxl-packages.modalai.com/dists -q -O- | grep
      ' -' | cut -d '>' -f 2 | cut -d '/' -f 1 )" )
      

      The voxl-docker wrapper script has this as its default entrypoint:

      ENTRYPOINT="/bin/bash -l" # login shell so it loads /etc/profile
      

      The combination of the default entrypoint requiring a login shell and the voxl-cross containing mandatory network calls as part of the login process lead to an unstable image.

      ModeratorM Offline
      ModeratorM Offline
      Moderator
      ModalAI Team
      wrote on last edited by
      #2

      @Nicholas-Clark you can find the voxl-cross Dockerfile and source here. We're happy to incorporate merge requests if you feel you have a solution that can be generalized across our customers.

      1 Reply Last reply
      0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      ModalAI
      Categories Recent Tags ModalAI.com Docs
      © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups