Skip to content

Possibility to use host /etc/apt/apt.conf.d/* during driver installation? #359

@skirsten

Description

@skirsten

The existing driver.repoConfig.configMapName makes it possible to use a private mirror or cache.
But its not very portable and I would much rather use the host's existing /etc/apt/apt.conf.d/01proxy.

Acquire::HTTP::Proxy "http://10.0.0.5:8080";
Acquire::HTTPS::Proxy "false";

Would it be possible to either

  1. supply custom volumes to the driver values to mount this file into the container
  2. supply a custom HTTP_PROXY env that is only valid for the apt requests
  3. ... any other ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionCategorizes issue or PR as a support question.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions