On 26/08/2022 19.21, Alex Bennée wrote:
We no longer use these in any of our images. Clean-up the remaining
comments and documentation that reference them and remove from the
build.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
docs/devel/testing.rst | 2 +-
.gitlab-ci.d/container-core.yml | 5 ----
.gitlab-ci.d/containers.yml | 5 ----
tests/docker/Makefile.include | 8 +----
tests/docker/dockerfiles/debian10.docker | 38 ------------------------
tests/docker/dockerfiles/debian11.docker | 18 -----------
6 files changed, 2 insertions(+), 74 deletions(-)
delete mode 100644 tests/docker/dockerfiles/debian10.docker
delete mode 100644 tests/docker/dockerfiles/debian11.docker
Thanks for doing this, I hope the removal of the staged containers will make
the CI easier to maintain and understand in the future!
Reviewed-by: Thomas Huth <th...@redhat.com>