On Sun, Aug 15, 2021 at 3:48 PM Hideki Yamane <henr...@iijmio-mail.jp> wrote: > > Hi, > > I've commited release notes translation update to repo but CI failed. > > It is because debian:stable docker image's setting: it is still > old style "stable/updates", instead of "stable-security" for security > updates(*). > > >> Err:5 http://security.debian.org/debian-security stable/updates Release > >> 404 Not Found [IP: 151.101.130.132 80] > > > > $ docker run -it debian:stable /bin/bash > > root@467cd5226ed1:/# sed -i -e 's/stable\/updates/stable-security/' > > /etc/apt/sources.list > > root@467cd5226ed1:/# apt update > > Get:1 http://deb.debian.org/debian stable InRelease [113 kB] > > Get:2 http://security.debian.org/debian-security stable-security InRelease > > [44.1 kB] > > Get:3 http://security.debian.org/debian-security stable-security/main amd64 > > Packages [19.0 kB] > > Get:4 http://deb.debian.org/debian stable-updates InRelease [40.1 kB] > > Get:5 http://deb.debian.org/debian stable/main amd64 Packages [8178 kB] > > Fetched 8393 kB in 4s (2044 kB/s) > > Reading package lists... Done > > Do you know When it will update to bullseye? >
Instead of waiting for docker:stable tag to be updated to bullseye, you can use debian:bullseye tag. -- Shengjing Zhu