Skip to content

[BUG] SOF docker image has proxy settings hardcoded for Intel network #3831

@kv2019i

Description

@kv2019i

Describe the bug
The current SOF docker images have a hardcoded proxy set to Intel servers:
https://thesofproject.github.io/latest/getting_started/build-guide/build-with-docker.html

While testing the instructions from public network, scripts/docker-run.sh builds will fail due to this.

** Mitigation **
Modify scripts/docker-run.sh with

+     --env http_proxy \
+     --env https_proxy \
     --env CMAKE_BUILD_TYPE \
```

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expected

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions