diff --git a/README.md b/README.md index cf8d088..0ebab24 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ will be commited. - testing:altlinux-11 - `ghcr.io/saltstack/salt-ci-containers/testing:altlinux-11` - testing:amazonlinux-2 - `ghcr.io/saltstack/salt-ci-containers/testing:amazonlinux-2` - testing:amazonlinux-2023 - `ghcr.io/saltstack/salt-ci-containers/testing:amazonlinux-2023` -- testing:debian-11 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-11` - testing:debian-12 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-12` - testing:debian-13 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-13` - testing:fedora-42 - `ghcr.io/saltstack/salt-ci-containers/testing:fedora-42` diff --git a/containers.yml b/containers.yml index cef93d4..8148293 100644 --- a/containers.yml +++ b/containers.yml @@ -52,7 +52,6 @@ custom: - rockylinux-10 - photon-4 - photon-5 - - debian-11 - debian-12 - debian-13 - fedora-42 diff --git a/custom/testing/README.md b/custom/testing/README.md index 351d648..844b789 100644 --- a/custom/testing/README.md +++ b/custom/testing/README.md @@ -4,7 +4,6 @@ - testing:altlinux-11 - `ghcr.io/saltstack/salt-ci-containers/testing:altlinux-11` - testing:amazonlinux-2 - `ghcr.io/saltstack/salt-ci-containers/testing:amazonlinux-2` - testing:amazonlinux-2023 - `ghcr.io/saltstack/salt-ci-containers/testing:amazonlinux-2023` -- testing:debian-11 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-11` - testing:debian-12 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-12` - testing:debian-13 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-13` - testing:fedora-42 - `ghcr.io/saltstack/salt-ci-containers/testing:fedora-42` diff --git a/custom/testing/debian-11.Dockerfile b/custom/testing/debian-11.Dockerfile deleted file mode 100644 index 2ce6922..0000000 --- a/custom/testing/debian-11.Dockerfile +++ /dev/null @@ -1,70 +0,0 @@ -FROM debian:11 - -COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc -COPY golden-pillar-tree golden-pillar-tree -COPY golden-state-tree golden-state-tree - -SHELL ["/bin/bash", "-c"] - -RUN <