github metalbear-co/mirrord 3.118.0

50 minutes ago

Added

  • Add cli_extra_args field to container config to allow specifing custom
    arguments for mirrord container sidecar container.

    {
      "container": {
        "cli_extra_args": ["--network", "host"]
      }
    }

    this config will spawn mirrord cli container with <runtime> run --network host --rm -d ....
    #2756

Changed

  • Increase timeout of layer-intproxy socket connection to a ludicrous amount.
    #2652
  • Have intproxy log to a file in /tmp by default.
    #2750
  • Bump dependencies

Fixed

  • Add a retry for port-forward agent connection if error was recived via error
    channel after websocket was established.
    #2759

Don't miss a new mirrord release

NewReleases is sending notifications on new releases.