jodogne/orthanc:1.9.6 docker image broken after Debian 11 upgrade

Hi everyone,

just sharing my morning :slight_smile: :

The actual image of jodogne/orthanc:1.9.6 fails when running apt-get -y update

It seems that the Debian stable-slim 10 is broken at docker hub.

The security update repo name changes from “{RELEASE}/updates” to “{RELEASE}-security/updates”, even if the debian version is 10.

As the jodogne/orthanc is based on debian 10 (if I am right), running apt-get -y update from this image fails as it can not find the repo.

Problem solved by creating a new orthanc image, after pulling the debian:stable-slim.

Have a nice afternoon
Stephan

Dear Stephan,

Thanks for pointing out this issue. It is now fixed by the following changeset:
https://github.com/jodogne/OrthancDocker/commit/0fbe468618f36690c2cec84bdf02217292d54ccb

The Docker images “jodogne/orthanc:1.9.6” and “jodogne/orthanc:latest” have been updated accordingly. Make sure to run “docker pull” to get the updated version of those images.

Regards,
SĂ©bastien-