mirror of
https://github.com/qemu/qemu.git
synced 2024-12-01 15:53:35 +08:00
tests: remove obsolete 'debian' dockerfile
The 'debian' dockerfile was deprecated in favour of versioned dockerfiles in July 2017. That is enough time for developers to be warned about the rename. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
55923c7283
commit
ea08a74620
@ -1,13 +0,0 @@
|
||||
# This template is deprecated and was previously based on Jessie on QEMU 2.9.
|
||||
# Now than Stretch is out, please use qemu:debian8 as base for Jessie,
|
||||
# and qemu:debian9 for Stretch.
|
||||
#
|
||||
FROM qemu:debian9
|
||||
|
||||
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
|
||||
|
||||
RUN for n in $(seq 8); do echo; done && \
|
||||
echo "\n\t\tThis image is deprecated." && echo && \
|
||||
echo "\tUse 'FROM qemu:debian9' to use the stable Debian Stretch image" && \
|
||||
echo "\tor 'FROM qemu:debian8' to use old Debian Jessie." && \
|
||||
for n in $(seq 8); do echo; done
|
Loading…
Reference in New Issue
Block a user