From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Doug Goldstein <cardoe@cardoe.com>, Wei Liu <wei.liu2@citrix.com>
Subject: [PATCH 1/3] automation: add a Fedora image
Date: Thu, 4 Apr 2019 12:23:00 +0100 [thread overview]
Message-ID: <20190404112302.4796-2-wei.liu2@citrix.com> (raw)
In-Reply-To: <20190404112302.4796-1-wei.liu2@citrix.com>
Use the latest and greatest.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
automation/build/fedora/latest.dockerfile | 43 +++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 automation/build/fedora/latest.dockerfile
diff --git a/automation/build/fedora/latest.dockerfile b/automation/build/fedora/latest.dockerfile
new file mode 100644
index 0000000000..e0db7afad8
--- /dev/null
+++ b/automation/build/fedora/latest.dockerfile
@@ -0,0 +1,43 @@
+FROM fedora:latest
+LABEL maintainer.name="The Xen Project" \
+ maintainer.email="xen-devel@lists.xenproject.org"
+
+RUN mkdir /build
+WORKDIR /build
+
+# install Xen depends
+RUN dnf -y install \
+ clang \
+ gcc \
+ gcc-c++ \
+ ncurses-devel \
+ zlib-devel \
+ openssl-devel \
+ python-devel \
+ libuuid-devel \
+ pkgconfig \
+ gettext \
+ flex \
+ bison \
+ libaio-devel \
+ glib2-devel \
+ yajl-devel \
+ pixman-devel \
+ glibc-devel \
+ glibc-devel.i686 \
+ make \
+ binutils \
+ git \
+ wget \
+ acpica-tools \
+ python-markdown \
+ patch \
+ checkpolicy \
+ dev86 \
+ xz-devel \
+ bzip2 \
+ nasm \
+ ocaml \
+ ocaml-findlib \
+ && dnf clean all && \
+ rm -rf /var/cache/dnf
--
2.20.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2019-04-04 11:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-04 11:22 [PATCH 0/3] automation: add Fedora image and build jobs Wei Liu
2019-04-04 11:23 ` Wei Liu [this message]
2019-04-04 11:23 ` [PATCH 2/3] automation: add Fedora image to containerize script Wei Liu
2019-04-04 11:23 ` [PATCH 3/3] gitlab-ci: add fedora gcc build jobs Wei Liu
2019-04-04 13:13 ` Doug Goldstein
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=20190404112302.4796-2-wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=cardoe@cardoe.com \
--cc=xen-devel@lists.xenproject.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).