diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2025-01-08 12:10:53 +0000 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2025-01-11 11:22:01 +0000 |
| commit | e1fca1bddd003e159a7d8e050d5cd768bdba8128 (patch) | |
| tree | 02b62152cde7f08b43640c7d2e4f72d49dda045c | |
| parent | 1b1e1b00714eddee53f01c33ee18034de2299ad7 (diff) | |
| download | focaccia-qemu-e1fca1bddd003e159a7d8e050d5cd768bdba8128.tar.gz focaccia-qemu-e1fca1bddd003e159a7d8e050d5cd768bdba8128.zip | |
dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
AMSAT closed its email service [*] so my personal email address is now defunct. Remove it to avoid bouncing emails. [*] https://web.archive.org/web/20240617194936/https://forum.amsat-dl.org/index.php?thread/4581-amsat-mail-alias-service-to-end-august-1-2024/ Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20250102152513.61065-1-philmd@linaro.org> [AJB: update URL to web.archive.org] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250108121054.1126164-32-alex.bennee@linaro.org>
| -rw-r--r-- | tests/docker/dockerfiles/debian-tricore-cross.docker | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker index 479b4d6eba..7e00e870ce 100644 --- a/tests/docker/dockerfiles/debian-tricore-cross.docker +++ b/tests/docker/dockerfiles/debian-tricore-cross.docker @@ -11,8 +11,6 @@ # FROM docker.io/library/debian:11-slim -MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org> - RUN apt update && \ DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \ |