From 1c7edf00337d9da18184a11a9d1e237773d5076a Mon Sep 17 00:00:00 2001 From: mpaulo_csw <mariana.paulo@criticalsoftware.com> Date: Mon, 10 Oct 2022 09:29:53 +0000 Subject: [PATCH] ST-1401: Added panic images deprecation note --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92acf1f7..c3680b30 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ that are useful for TANGO control system development. See the documentation in the 'docs' folder for build and usage instructions. +## Deprecation alerts + +As of release 0.3.23 **tango-panic images will no longer be maintained** as python3 isn't supported. + ## Docker hierarchy and release tagging When updating Dockerfiles, and especially the tags in the `.release` files, @@ -29,8 +33,6 @@ The release tags should match the underlying dependencies used where possible. - tango-test/Dockerfile:FROM {nexus}/tango-libtango - tango-databaseds/Dockerfile:FROM {nexus}/tango-libtango - pytango-builder/Dockerfile:FROM {nexus}/tango-cpp - - pytango-panic/Dockerfile:FROM {nexus}/pytango-builder as buildenv - - pytango-panic-gui/Dockerfile:FROM {nexus}/pytango-builder as buildenv - pytango-runtime/Dockerfile:FROM {nexus}/pytango-builder as buildenv - pytango-runtime/Dockerfile:FROM {nexus}/tango-cpp - tango-dsconfig/Dockerfile:FROM {nexus}/pytango-builder as buildenv -- GitLab