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: Thu, 11 Aug 2016 11:16:18 +0800 [thread overview]
Message-ID: <20160811031618.GC9358@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
Paolo, does this look good to you? If so, I'll include it in the next pull.
Fam
next prev parent reply other threads:[~2016-08-11 3:23 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 [this message]
2016-08-11 6:08 ` Paolo Bonzini
2016-09-05 3:14 ` Fam Zheng
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=20160811031618.GC9358@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.