]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tests: add ubuntu 18.04 dockerfile
authorKefu Chai <kchai@redhat.com>
Mon, 26 Nov 2018 03:18:13 +0000 (11:18 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 26 Nov 2018 03:19:36 +0000 (11:19 +0800)
ubuntu bionic is an LTS release. while 17.04 is not. so move 17.04 to
18.04

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/ubuntu-17.04/Dockerfile.in [deleted file]
src/test/ubuntu-17.04/debian [deleted symlink]
src/test/ubuntu-17.04/install-deps.sh [deleted symlink]
src/test/ubuntu-18.04/Dockerfile.in [new file with mode: 0644]
src/test/ubuntu-18.04/debian [new symlink]
src/test/ubuntu-18.04/install-deps.sh [new symlink]

diff --git a/src/test/ubuntu-17.04/Dockerfile.in b/src/test/ubuntu-17.04/Dockerfile.in
deleted file mode 100644 (file)
index 1f00666..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# Copyright (C) 2016 Red Hat <contact@redhat.com>
-#
-# Author: Loic Dachary <loic@dachary.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Library Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Library Public License for more details.
-#
-# Environment variables are substituted via envsubst(1)
-#
-# user_id=$(id -u)
-# os_version= the desired REPOSITORY TAG
-#
-FROM ubuntu:%%os_version%%
-
-COPY install-deps.sh /root/
-RUN mkdir /root/debian
-COPY debian /root/debian/
-RUN apt-get update
-# build dependencies
-RUN cd /root ; ./install-deps.sh
-# development tools
-RUN apt-get install -y ccache valgrind gdb python-virtualenv gdisk kpartx jq xmlstarlet sudo
-RUN if test %%USER%% != root ; then useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers ; fi
diff --git a/src/test/ubuntu-17.04/debian b/src/test/ubuntu-17.04/debian
deleted file mode 120000 (symlink)
index 61c3c9f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../debian/
\ No newline at end of file
diff --git a/src/test/ubuntu-17.04/install-deps.sh b/src/test/ubuntu-17.04/install-deps.sh
deleted file mode 120000 (symlink)
index fc9c78b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../install-deps.sh
\ No newline at end of file
diff --git a/src/test/ubuntu-18.04/Dockerfile.in b/src/test/ubuntu-18.04/Dockerfile.in
new file mode 100644 (file)
index 0000000..1f00666
--- /dev/null
@@ -0,0 +1,31 @@
+#
+# Copyright (C) 2016 Red Hat <contact@redhat.com>
+#
+# Author: Loic Dachary <loic@dachary.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Library Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Library Public License for more details.
+#
+# Environment variables are substituted via envsubst(1)
+#
+# user_id=$(id -u)
+# os_version= the desired REPOSITORY TAG
+#
+FROM ubuntu:%%os_version%%
+
+COPY install-deps.sh /root/
+RUN mkdir /root/debian
+COPY debian /root/debian/
+RUN apt-get update
+# build dependencies
+RUN cd /root ; ./install-deps.sh
+# development tools
+RUN apt-get install -y ccache valgrind gdb python-virtualenv gdisk kpartx jq xmlstarlet sudo
+RUN if test %%USER%% != root ; then useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers ; fi
diff --git a/src/test/ubuntu-18.04/debian b/src/test/ubuntu-18.04/debian
new file mode 120000 (symlink)
index 0000000..61c3c9f
--- /dev/null
@@ -0,0 +1 @@
+../../../debian/
\ No newline at end of file
diff --git a/src/test/ubuntu-18.04/install-deps.sh b/src/test/ubuntu-18.04/install-deps.sh
new file mode 120000 (symlink)
index 0000000..fc9c78b
--- /dev/null
@@ -0,0 +1 @@
+../../../install-deps.sh
\ No newline at end of file