From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH] docker: Add a glib2-2.22 image
Date: Mon, 5 Sep 2016 11:14:08 +0800 [thread overview]
Message-ID: <20160905031408.GA7429@al.usersys.redhat.com> (raw)
In-Reply-To: <1470708908-12885-1-git-send-email-famz@redhat.com>
On Tue, 08/09 10:15, Fam Zheng wrote:
> It's a variation of our existing centos6, plus two more lines to
> downgrade glib2 to version 2.22 which we download from vault.centos.org.
>
> Suggested-by: Paolo Bonzini <pbonzoni@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
> tests/docker/dockerfiles/min-glib.docker | 8 ++++++++
> 1 file changed, 8 insertions(+)
> create mode 100644 tests/docker/dockerfiles/min-glib.docker
>
> diff --git a/tests/docker/dockerfiles/min-glib.docker b/tests/docker/dockerfiles/min-glib.docker
> new file mode 100644
> index 0000000..9f542d5
> --- /dev/null
> +++ b/tests/docker/dockerfiles/min-glib.docker
> @@ -0,0 +1,8 @@
> +FROM centos:6
> +RUN yum install -y \
> + tar git make gcc g++ \
> + zlib-devel SDL-devel pixman-devel \
> + epel-release
> +RUN yum install -y libfdt-devel ccache
> +RUN yum downgrade -y http://vault.centos.org/6.0/os/x86_64/Packages/glib2-2.22.5-5.el6.x86_64.rpm
> +RUN yum install -y http://vault.centos.org/6.0/os/x86_64/Packages/glib2-devel-2.22.5-5.el6.x86_64.rpm
> --
> 2.7.4
>
>
Thanks. Applied to my docker tree:
https://github.com/famz/qemu/tree/docker
prev parent reply other threads:[~2016-09-05 3:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-09 2:15 [Qemu-devel] [PATCH] docker: Add a glib2-2.22 image Fam Zheng
2016-08-11 3:16 ` Fam Zheng
2016-08-11 6:08 ` Paolo Bonzini
2016-09-05 3:14 ` Fam Zheng [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160905031408.GA7429@al.usersys.redhat.com \
--to=famz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).