| commit | c4774b03ec499a07f998c9f71cb045986d1ed5e5 | [log] [tgz] |
|---|---|---|
| author | yunhanw-google <yunhanw@google.com> | Mon Jun 02 13:15:40 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon Jun 02 16:15:40 2025 -0400 |
| tree | 79d4552f3910f6c413f7971534b13b1be5d5b4ca | |
| parent | 4ad04a2e9afa715cc9e2bc80ea175e9e8a4c66cc [diff] |
use leaseweb server for ubuntu in cirque (#39314)
diff --git a/integrations/docker/images/stage-2/chip-cirque-device-base/Dockerfile b/integrations/docker/images/stage-2/chip-cirque-device-base/Dockerfile index a9c0e94..5bb0850 100644 --- a/integrations/docker/images/stage-2/chip-cirque-device-base/Dockerfile +++ b/integrations/docker/images/stage-2/chip-cirque-device-base/Dockerfile
@@ -14,6 +14,8 @@ RUN apt-cache policy # TODO: Use multi stage build for smaller image size. +# leaseweb seems to be more stable, update it here +RUN sed -i 's|http://archive.ubuntu.com/ubuntu|http://mirror.us.leaseweb.net/ubuntu|g' /etc/apt/sources.list.d/ubuntu.sources RUN apt-get update \ && apt-get install --no-install-recommends -y \ avahi-daemon \
diff --git a/integrations/docker/images/stage-2/chip-cirque-device-base/version b/integrations/docker/images/stage-2/chip-cirque-device-base/version index 3dc85ad..09e8f72 100644 --- a/integrations/docker/images/stage-2/chip-cirque-device-base/version +++ b/integrations/docker/images/stage-2/chip-cirque-device-base/version
@@ -1 +1 @@ -latest : This image tracks the version of ot-br-posix in the CHIP repo. +latest : update ubuntu mirror server for cirque