diff --git a/4.2/Dockerfile b/4.2/Dockerfile index 265b305..b6cea6d 100644 --- a/4.2/Dockerfile +++ b/4.2/Dockerfile @@ -101,6 +101,8 @@ RUN set -eux; \ \ ./configure --help; \ ./configure \ +# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:) + --with-pkgversion='https://github.com/tianon/docker-qemu' \ --target-list=' \ # system targets # (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed) diff --git a/5.0/Dockerfile b/5.0/Dockerfile index 8a10c99..cb6fadd 100644 --- a/5.0/Dockerfile +++ b/5.0/Dockerfile @@ -101,6 +101,8 @@ RUN set -eux; \ \ ./configure --help; \ ./configure \ +# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:) + --with-pkgversion='https://github.com/tianon/docker-qemu' \ --target-list=' \ # system targets # (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed) diff --git a/5.1/Dockerfile b/5.1/Dockerfile index 4d817e5..1d1c6bd 100644 --- a/5.1/Dockerfile +++ b/5.1/Dockerfile @@ -101,6 +101,8 @@ RUN set -eux; \ \ ./configure --help; \ ./configure \ +# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:) + --with-pkgversion='https://github.com/tianon/docker-qemu' \ --target-list=' \ # system targets # (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed) diff --git a/5.2/Dockerfile b/5.2/Dockerfile index ca7a745..89fe8c6 100644 --- a/5.2/Dockerfile +++ b/5.2/Dockerfile @@ -104,6 +104,8 @@ RUN set -eux; \ \ ./configure --help; \ ./configure \ +# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:) + --with-pkgversion='https://github.com/tianon/docker-qemu' \ --target-list=' \ # system targets # (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed) diff --git a/Dockerfile.template b/Dockerfile.template index fbe60ac..dbd63b3 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -100,6 +100,8 @@ RUN set -eux; \ \ ./configure --help; \ ./configure \ +# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:) + --with-pkgversion='https://github.com/tianon/docker-qemu' \ --target-list=' \ # system targets # (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)