From nobody Wed Nov 27 00:32:32 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1562777312; cv=none; d=zoho.com; s=zohoarc; b=hZFl8yBAV6FLlAXqdBhMkeS/ssxacgDihEMIdSszOr20PmE/cP+v2d8g3TQH6xxGEgPlvb67jVn+EL01dYdpCqczkBqoP2aCZke910vewVZSI3a91Dh/jErre8QAwoAekz06Q0ZTmbnfD3arzn039pOMu+SIeEogu3fX9MXinJ0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562777312; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=oQcagr85gDLw/tuzB8lH+W1wh2Z6SOpug8yVC2FZ/QQ=; b=RzRMJdDs14dE9BxN2lTuzBV4DajfIhOVsHB8hg7XiBv+tNeBl7wsQnLc/Ywd/ecH4ju9O58KzBVjkqMSuV8uW2q0C6HzOrX45nbPO/4bPCppuuCEQdO9+cK++yUcRAY15kArz6NLniM5CBzrxtpU1lOo0Rg+5Owafhs+yYw8Rok= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1562777312203914.4313786971885; Wed, 10 Jul 2019 09:48:32 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 57E52307D851; Wed, 10 Jul 2019 16:48:30 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2C5AD52FCE; Wed, 10 Jul 2019 16:48:30 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 7653E18521DE; Wed, 10 Jul 2019 16:48:29 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6AGmP0X030474 for ; Wed, 10 Jul 2019 12:48:25 -0400 Received: by smtp.corp.redhat.com (Postfix) id A754A60C05; Wed, 10 Jul 2019 16:48:25 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 31DF760BFC for ; Wed, 10 Jul 2019 16:48:25 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 10 Jul 2019 18:48:18 +0200 Message-Id: <20190710164819.7617-3-abologna@redhat.com> In-Reply-To: <20190710164819.7617-1-abologna@redhat.com> References: <20190710164819.7617-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Subject: [libvirt] [dockerfiles PATCH 2/3] Re-introduce Ubuntu 16.04 Dockerfile X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Wed, 10 Jul 2019 16:48:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" It was dropped by commit 277bab7b5aa4, but as it turns out doing so was not the correct course of action. The corresponding libvirt-jenkins-ci commit is 864210561aac. Signed-off-by: Andrea Bolognani --- buildenv-ubuntu-16.Dockerfile | 91 +++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 buildenv-ubuntu-16.Dockerfile diff --git a/buildenv-ubuntu-16.Dockerfile b/buildenv-ubuntu-16.Dockerfile new file mode 100644 index 0000000..12060a1 --- /dev/null +++ b/buildenv-ubuntu-16.Dockerfile @@ -0,0 +1,91 @@ +FROM ubuntu:16.04 + +RUN export DEBIAN_FRONTEND=3Dnoninteractive && \ + apt-get update && \ + apt-get dist-upgrade -y && \ + apt-get install --no-install-recommends -y \ + augeas-tools \ + autoconf \ + automake \ + autopoint \ + bash \ + bash-completion \ + ca-certificates \ + ccache \ + chrony \ + dnsmasq-base \ + dwarves \ + ebtables \ + gcc \ + gdb \ + gettext \ + git \ + glusterfs-common \ + iproute2 \ + kmod \ + libacl1-dev \ + libapparmor-dev \ + libattr1-dev \ + libaudit-dev \ + libavahi-client-dev \ + libblkid-dev \ + libc-dev-bin \ + libc6-dev \ + libcap-ng-dev \ + libcurl4-gnutls-dev \ + libdbus-1-dev \ + libdevmapper-dev \ + libfuse-dev \ + libgnutls28-dev \ + libiscsi-dev \ + libncurses-dev \ + libnetcf-dev \ + libnl-3-dev \ + libnl-route-3-dev \ + libnuma-dev \ + libopenwsman-dev \ + libparted-dev \ + libpcap0.8-dev \ + libpciaccess-dev \ + librbd-dev \ + libreadline-dev \ + libsanlock-dev \ + libsasl2-dev \ + libselinux1-dev \ + libssh-dev \ + libssh2-1-dev \ + libtirpc-dev \ + libtool \ + libtool-bin \ + libudev-dev \ + libxen-dev \ + libxml2-dev \ + libxml2-utils \ + libyajl-dev \ + lsof \ + lvm2 \ + make \ + net-tools \ + nfs-common \ + numad \ + open-iscsi \ + parted \ + patch \ + perl \ + pkgconf \ + policykit-1 \ + qemu-utils \ + radvd \ + screen \ + scrub \ + sheepdog \ + strace \ + sudo \ + systemtap-sdt-dev \ + vim \ + wireshark-dev \ + xfslibs-dev \ + xsltproc \ + zfs-fuse && \ + apt-get autoremove -y && \ + apt-get autoclean -y --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list